Skip to content

Commit

Permalink
Release v0.7.0 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Jan 26, 2024
1 parent 956bd27 commit f7431f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v0.7.0](https://github.com/emmo-repo/EMMOntoPy/tree/v0.7.0) (2024-01-26)

[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.6.3...v0.7.0)

**Merged pull requests:**

- Ontology copy [\#711](https://github.com/emmo-repo/EMMOntoPy/pull/711) ([francescalb](https://github.com/francescalb))
- Update save recursive and layout [\#710](https://github.com/emmo-repo/EMMOntoPy/pull/710) ([francescalb](https://github.com/francescalb))

## [v0.6.3](https://github.com/emmo-repo/EMMOntoPy/tree/v0.6.3) (2024-01-25)

[Full Changelog](https://github.com/emmo-repo/EMMOntoPy/compare/v0.6.2...v0.6.3)
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.3"
__version__ = "0.7.0"

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

0 comments on commit f7431f3

Please sign in to comment.