diff --git a/CHANGELOG.md b/CHANGELOG.md index 811bd3c13..3619bbc0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,25 @@ # Changelog -## [v0.5.1](https://github.com/emmo-repo/EMMOntoPy/tree/v0.5.1) (2023-02-06) +## [Unreleased](https://github.com/emmo-repo/EMMOntoPy/tree/HEAD) + +[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.5.1...HEAD) + +**Fixed bugs:** + +- Use custom token for GitHub changelog generator [\#545](https://github.com/emmo-repo/EMMOntoPy/issues/545) + +## [v0.5.1](https://github.com/emmo-repo/EMMOntoPy/tree/v0.5.1) (2023-02-07) [Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.5.0...v0.5.1) +**Fixed bugs:** + +- Avoid using Azure mirror for APT packages [\#541](https://github.com/emmo-repo/EMMOntoPy/issues/541) + **Merged pull requests:** +- Use SINTEF/ci-cd v2.1.0 in CI/CD workflows [\#546](https://github.com/emmo-repo/EMMOntoPy/pull/546) ([CasperWA](https://github.com/CasperWA)) +- Revert version to v0.5.0 [\#544](https://github.com/emmo-repo/EMMOntoPy/pull/544) ([CasperWA](https://github.com/CasperWA)) - Fix ontodoc for bigmap [\#543](https://github.com/emmo-repo/EMMOntoPy/pull/543) ([jesper-friis](https://github.com/jesper-friis)) ## [v0.5.0](https://github.com/emmo-repo/EMMOntoPy/tree/v0.5.0) (2023-02-06) diff --git a/ontopy/__init__.py b/ontopy/__init__.py index 0cd088b39..358ef825f 100644 --- a/ontopy/__init__.py +++ b/ontopy/__init__.py @@ -2,7 +2,7 @@ # pylint: disable=wrong-import-position,wrong-import-order import sys -__version__ = "0.5.0" +__version__ = "0.5.1" # Ensure correct Python version if sys.version_info < (3, 7):