Skip to content

Commit

Permalink
release: v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mb-wali committed May 30, 2022
1 parent 3db8707 commit 42d5e2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@

Changes
=======
Version 0.9.0 (released 2022-05-30)

- config: adds new introduced configs v9
- dep: compatible to v9 rdm
- config: add deposit form quota variable (#91)
- migrate setup py to cfg (#94)
- fix: update email welcome template with SITE_UI_URL (#93)

Version 0.8.4 (released 2022-03-11)

- config: use gettext
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,6 +11,6 @@
from .ext import InvenioConfigTugraz
from .generators import RecordIp

__version__ = "0.8.4"
__version__ = "0.9.0"

__all__ = ("__version__", "InvenioConfigTugraz", "RecordIp")

0 comments on commit 42d5e2d

Please sign in to comment.