Skip to content

Commit 224b030

Browse files
committed
release: v0.6.23
Co-Authored-by: Lauren-D <[email protected]>
1 parent 7fe6acd commit 224b030

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
Changes
1818
=======
1919

20+
Version 0.6.23 (released 2024-05-08)
21+
22+
Minor change:
23+
24+
* Updates dependencies.
25+
* Adds `docker-services` parameter to `run-tests` to allow starting of necessary services for test.
26+
2027
Version 0.6.22 (released 2023-11-24)
2128

2229
Minor change:

invenio_sip2/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

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

20-
__version__ = '0.6.22'
20+
__version__ = '0.6.23'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "invenio-sip2"
3-
version = "0.6.22"
3+
version = "0.6.23"
44
description = "Invenio module that add a SIP2 communication for library self-check service"
55
readme = "README.rst"
66
authors = ["Laurent Dubois <[email protected]>"]

0 commit comments

Comments
 (0)