Skip to content

Commit

Permalink
release v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Feb 2, 2023
1 parent 8df08c0 commit 0ee0df4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
Changes
=======

Version v0.10.2 (release 2023-02-02)

- change version name
- footer: update guid


Version v0.10.1 (release 2022-11-17)

- global: add function
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 @@ -12,7 +12,7 @@
from .generators import RecordIp
from .utils import get_identity_from_user_by_email

__version__ = "0.10.1"
__version__ = "0.10.2"

__all__ = (
"__version__",
Expand Down

0 comments on commit 0ee0df4

Please sign in to comment.