Skip to content

Commit

Permalink
Release v0.2.11 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Oct 30, 2023
1 parent 7a7a024 commit ad90cc1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [v0.2.11](https://github.com/EMMC-ASBL/tripper/tree/v0.2.11) (2023-10-27)

[Full Changelog](https://github.com/EMMC-ASBL/tripper/compare/v0.2.10...v0.2.11)

**Merged pull requests:**

- Added new section to README file [\#148](https://github.com/EMMC-ASBL/tripper/pull/148) ([jesper-friis](https://github.com/jesper-friis))

## [v0.2.10](https://github.com/EMMC-ASBL/tripper/tree/v0.2.10) (2023-10-19)

[Full Changelog](https://github.com/EMMC-ASBL/tripper/compare/v0.2.9...v0.2.10)
Expand Down
2 changes: 1 addition & 1 deletion tripper/__init__.py
Expand Up @@ -25,7 +25,7 @@
from .triplestore import Triplestore, backend_packages
from .tripper import Tripper

__version__ = "0.2.10"
__version__ = "0.2.11"

__all__ = (
"Literal",
Expand Down

0 comments on commit ad90cc1

Please sign in to comment.