Skip to content

astartes v1.1.2

Compare
Choose a tag to compare
@JacksonBurns JacksonBurns released this 17 Jul 14:17
· 107 commits to main since this release
6f11554

astartes Patch Release 1.1.2

This release contains minor changes, primarily to the documentation, in response to initial editor comments at pyOpenSci. The primary difference in the codebase is that astartes now has a __version__ attribute for backwards compatibility with Python 3.7.

To upgrade, run pip install --upgrade astartes.

To check which version of astartes you have installed, you can run python -c "import astartes; print(astartes.__version__)" on Python 3.7 or python -c "from importlib.metadata import version; version('astartes')" on Python 3.8 or newer.

What's Changed

Full Changelog: v1.1.1...v1.1.2