Skip to content

Commit

Permalink
release v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jul 19, 2024
1 parent 583a67d commit c91d056
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
Changes
=======

Version v0.12.2 (release 2024-07-19)

- setup: introduce ruff
- perm: implement single-ip and ip-network
- utils: add invenio_saml-compatible account-setup
- add new permission-policy, add new role
- fix deprecated `before_app_first_request`
- setup: add support for python3.11 and 3.12


Version v0.12.1 (release 2024-03-08)

- setup: remove upper limit of rdm-records
Expand Down
2 changes: 1 addition & 1 deletion invenio_config_tugraz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .ext import InvenioConfigTugraz
from .utils import get_identity_from_user_by_email

__version__ = "0.12.1"
__version__ = "0.12.2"

__all__ = (
"__version__",
Expand Down

0 comments on commit c91d056

Please sign in to comment.