Skip to content

Commit

Permalink
Release v0.2.13 - Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Nov 14, 2023
1 parent abd7159 commit 6297583
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.2.13](https://github.com/EMMC-ASBL/tripper/tree/v0.2.13) (2023-11-14)

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

**Merged pull requests:**

- Added UnknownUnitError [\#153](https://github.com/EMMC-ASBL/tripper/pull/153) ([jesper-friis](https://github.com/jesper-friis))

## [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)
Expand Down
2 changes: 1 addition & 1 deletion tripper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .triplestore import Triplestore, backend_packages
from .tripper import Tripper

__version__ = "0.2.12"
__version__ = "0.2.13"

__all__ = (
"Literal",
Expand Down

0 comments on commit 6297583

Please sign in to comment.