Skip to content

Commit

Permalink
release v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jul 5, 2024
1 parent 16c7899 commit 62a6fc4
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 @@ -7,6 +7,12 @@
Changes
=======

Version v0.11.3 (release 2024-07-05)

- setup: move to python3.12 only support
- services: increase timeout


Version v0.11.2 (release 2024-04-23)

- ext: init configuration
Expand Down
2 changes: 1 addition & 1 deletion invenio_alma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
from .ext import InvenioAlma
from .services import AlmaRESTService, AlmaSRUService

__version__ = "0.11.2"
__version__ = "0.11.3"

__all__ = ("__version__", "InvenioAlma", "AlmaSRUService", "AlmaRESTService")

0 comments on commit 62a6fc4

Please sign in to comment.