Skip to content

Commit

Permalink
chore(main): release 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and b1rger committed Apr 15, 2024
1 parent 55b798e commit 59792b6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.17.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.17.0...v0.17.1) (2024-04-15)


### Bug Fixes

* **core:** add a model_meta templatetag filter ([8b334c7](https://github.com/acdh-oeaw/apis-core-rdf/commit/8b334c75440e9b7da84cb90ccb2f8472c909b378))
* **generic:** use dal widget only for models with autocomplete endpoint ([1de88f0](https://github.com/acdh-oeaw/apis-core-rdf/commit/1de88f05d74f95b93e476057f31cddfcb1cd05a2)), closes [#764](https://github.com/acdh-oeaw/apis-core-rdf/issues/764)
* **relations:** Property fields unicode normalization ([f1dd3db](https://github.com/acdh-oeaw/apis-core-rdf/commit/f1dd3db7f9310de1c457e96f3fae00578e83e663))
* **relations:** save with update_fields ([c4fe0e3](https://github.com/acdh-oeaw/apis-core-rdf/commit/c4fe0e3949cb1d062fa541b3b01c5f28848537f5))
* **utils:** use verbose_name for relation card title ([7df428b](https://github.com/acdh-oeaw/apis-core-rdf/commit/7df428b95d08a0c37cf34103828e2cd413f62b7a))

## [0.17.0](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.16.0...v0.17.0) (2024-04-08)


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.0"
__version__ = "0.17.1"
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.0"
version = "0.17.1"
description = "Base package for the APIS framework"
authors = ["Matthias Schlögl <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 59792b6

Please sign in to comment.