summaryrefslogtreecommitdiff
path: root/tests/test_version_numbers.py
AgeCommit message (Collapse)AuthorFilesLines
2021-02-01Packaging improvements (#34)Árni Dagur1-40/+0
* Use maturin for PEP 517 compliancy * Removing relative import in __init__.py * Bump version to 0.4.2
2020-12-22Make changelog dependency optionalFlorian Bruhin1-3/+6
This makes it a bit easier for distributions to run the tests without needing to package changelog-cli.
2020-11-26Keep a changelog using 'changelog-cli'Árni Dagur1-4/+13
2020-07-27Update upstream library to 0.3.0, respond to API changes (#10)Árni Dagur1-0/+28
* Update upstream library to 0.3.0, respond to API changes * Change pypi publishing criteria in CI * Create test to make sure the version numbers are the same everywhere