Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed May 8, 2022
1 parent 701234c commit 0431fae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ontopy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 0431fae

Please sign in to comment.