diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa6130f3..2458a5372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [v0.6.1](https://github.com/emmo-repo/EMMOntoPy/tree/v0.6.1) (2024-01-17) +## [v0.6.2](https://github.com/emmo-repo/EMMOntoPy/tree/v0.6.2) (2024-01-19) + +[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.6.1...v0.6.2) + +**Merged pull requests:** + +- Allow controling ontology IRI when saving [\#700](https://github.com/emmo-repo/EMMOntoPy/pull/700) ([jesper-friis](https://github.com/jesper-friis)) + +## [v0.6.1](https://github.com/emmo-repo/EMMOntoPy/tree/v0.6.1) (2024-01-18) [Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.6.0...v0.6.1) diff --git a/ontopy/__init__.py b/ontopy/__init__.py index 03c0880c5..7b5ac0d94 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.6.1" +__version__ = "0.6.2" # Ensure correct Python version if sys.version_info < (3, 7):