Skip to content

Commit

Permalink
Release v0.7.1 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Feb 29, 2024
1 parent be27825 commit c8a9a68
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v0.7.0.1](https://github.com/emmo-repo/EMMOntoPy/tree/v0.7.0.1) (2024-02-29)

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

## [v0.7.1](https://github.com/emmo-repo/EMMOntoPy/tree/v0.7.1) (2024-02-29)

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

**Closed issues:**

- Implement ontoconvert --base-iri argument [\#716](https://github.com/emmo-repo/EMMOntoPy/issues/716)

**Merged pull requests:**

- Added `yield from` [\#720](https://github.com/emmo-repo/EMMOntoPy/pull/720) ([jesper-friis](https://github.com/jesper-friis))
- Correct saving squashed ontology [\#719](https://github.com/emmo-repo/EMMOntoPy/pull/719) ([jesper-friis](https://github.com/jesper-friis))
- Updated ontoconvert help [\#715](https://github.com/emmo-repo/EMMOntoPy/pull/715) ([jesper-friis](https://github.com/jesper-friis))

## [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)
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.7.0"
__version__ = "0.7.1"

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

0 comments on commit c8a9a68

Please sign in to comment.