Skip to content

Commit

Permalink
chore(main): release 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and b1rger committed Jan 26, 2024
1 parent 8140a3d commit f601c0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.11.2](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.11.1...v0.11.2) (2024-01-26)


### Bug Fixes

* add missing skoscollection migration ([7c8d861](https://github.com/acdh-oeaw/apis-core-rdf/commit/7c8d861341747efa49cb795f03b75cf181ea1d22))
* **generic:** the permission string must also contain the app_label ([8140a3d](https://github.com/acdh-oeaw/apis-core-rdf/commit/8140a3db3e6b95550947a1254cde2ad1ec9d2fc8))

## [0.11.1](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.11.0...v0.11.1) (2024-01-25)


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

0 comments on commit f601c0e

Please sign in to comment.