Skip to content

Commit

Permalink
Release v0.2.12 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Nov 7, 2023
1 parent f799a29 commit fdbbd06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog

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

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

**Merged pull requests:**

- Expand pint requirements to include more versions [\#150](https://github.com/EMMC-ASBL/tripper/pull/150) ([francescalb](https://github.com/francescalb))

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

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

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.11"
__version__ = "0.2.12"

__all__ = (
"Literal",
Expand Down

0 comments on commit fdbbd06

Please sign in to comment.