Skip to content

Commit 909c2a2

Browse files
committed
release: v0.6.25
Co-Authored-by: Lauren-D <laurent.dubois@itld-solutions.be>
1 parent c24e3f7 commit 909c2a2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Changes
1818
=======
1919

2020

21+
Version 0.6.25 (released 2025-06-02)
22+
23+
Minor change:
24+
25+
* Bumps dependencies.
26+
* Allows python versions 3.9.2 - 3.12.
27+
* Unrestricts sqlalchemy-utils.
28+
2129
Version 0.6.24 (released 2025-02-21)
2230

2331
Minor change:

invenio_sip2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
"""Version information for Invenio-SIP2."""
1919

20-
__version__ = "0.6.24"
20+
__version__ = "0.6.25"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "invenio-sip2"
3-
version = "0.6.24"
3+
version = "0.6.25"
44
description = "Invenio module that add a SIP2 communication for library self-check service"
55
readme = "README.rst"
66
authors = [{name = "Laurent Dubois",email = "<laurent.dubois@uclouvain.be>"}]

0 commit comments

Comments
 (0)