From 0431fae3353443926b2bcc99eb029ff0a81a89ce Mon Sep 17 00:00:00 2001 From: EMMOntoPy Developers Date: Sun, 8 May 2022 10:02:13 +0000 Subject: [PATCH] Release v0.3.1 --- CHANGELOG.md | 8 ++++++++ ontopy/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ed228aa..9eb1a1044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.3.1](https://github.com/emmo-repo/EMMO-python/tree/v0.3.1) (2022-05-08) + +[Full Changelog](https://github.com/emmo-repo/EMMO-python/compare/v0.3.0...v0.3.1) + +**Merged pull requests:** + +- Fixed typo in ontoconvert [\#409](https://github.com/emmo-repo/EMMO-python/pull/409) ([jesper-friis](https://github.com/jesper-friis)) + ## [v0.3.0](https://github.com/emmo-repo/EMMO-python/tree/v0.3.0) (2022-05-05) [Full Changelog](https://github.com/emmo-repo/EMMO-python/compare/v0.2.0...v0.3.0) diff --git a/ontopy/__init__.py b/ontopy/__init__.py index 86e3b7f7e..1f8ad6132 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.3.0" +__version__ = "0.3.1" # Ensure correct Python version if sys.version_info < (3, 6):