From 3146cfbf5554f4c9df3431304b8c6ec548120e63 Mon Sep 17 00:00:00 2001 From: Lauren-D Date: Tue, 30 Aug 2022 10:56:16 +0200 Subject: [PATCH] release: v0.6.14 Co-Authored-by: Lauren-D --- CHANGES.rst | 12 ++++++++++++ invenio_sip2/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 48b855f..fe66241 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,6 +16,18 @@ Changes ======= +Version 0.6.14 (released 2022-08-30) + +**Bug fix:** + +* Fixes datastore local proxy. + +**Minor change:** + +* Changes logging level for `CommandNotFound` and `UnicodeDecodeError`. +* Moves to poetry. + + Version 0.6.13 (released 2021-08-25) **Bug fix:** diff --git a/invenio_sip2/version.py b/invenio_sip2/version.py index 9baa368..202a7bd 100644 --- a/invenio_sip2/version.py +++ b/invenio_sip2/version.py @@ -21,4 +21,4 @@ and parsed by ``setup.py``. """ -__version__ = '0.6.13' +__version__ = '0.6.14' diff --git a/pyproject.toml b/pyproject.toml index ab84182..c1897d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "invenio-sip2" -version = "0.6.13" +version = "0.6.14" description = "Invenio module that add a SIP2 communication for library self-check service" readme = "README.rst" authors = ["Laurent Dubois "]