Skip to content

Commit

Permalink
chore(main): release 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and b1rger committed Apr 17, 2024
1 parent c157479 commit d0c081b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.17.3](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.17.2...v0.17.3) (2024-04-17)


### Bug Fixes

* **history:** make history timezone aware ([c157479](https://github.com/acdh-oeaw/apis-core-rdf/commit/c157479fd84d1cd8d336b527d03cc107582fdc54)), closes [#789](https://github.com/acdh-oeaw/apis-core-rdf/issues/789)

## [0.17.2](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.17.1...v0.17.2) (2024-04-16)


Expand Down
2 changes: 1 addition & 1 deletion apis_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.17.2"
__version__ = "0.17.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "apis-core"
version = "0.17.2"
version = "0.17.3"
description = "Base package for the APIS framework"
authors = ["Matthias Schlögl <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d0c081b

Please sign in to comment.