Skip to content

Commit

Permalink
Release v0.6.2 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Jan 23, 2024
1 parent 9df0345 commit 8ffe31b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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.6.1"
__version__ = "0.6.2"

# Ensure correct Python version
if sys.version_info < (3, 7):
Expand Down

0 comments on commit 8ffe31b

Please sign in to comment.