We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe6acd commit 224b030Copy full SHA for 224b030
CHANGES.rst
@@ -17,6 +17,13 @@
17
Changes
18
=======
19
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
27
Version 0.6.22 (released 2023-11-24)
28
29
Minor change:
invenio_sip2/version.py
@@ -17,4 +17,4 @@
"""Version information for Invenio-SIP2."""
-__version__ = '0.6.22'
+__version__ = '0.6.23'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "invenio-sip2"
3
-version = "0.6.22"
+version = "0.6.23"
4
description = "Invenio module that add a SIP2 communication for library self-check service"
5
readme = "README.rst"
6
authors = ["Laurent Dubois <[email protected]>"]
0 commit comments