Skip to content

Commit

Permalink
release: v0.6.14
Browse files Browse the repository at this point in the history
Co-Authored-by: Lauren-D <laurent.dubois@itld-solutions.be>
  • Loading branch information
lauren-d committed Aug 30, 2022
1 parent 2429dae commit 3146cfb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion invenio_sip2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
and parsed by ``setup.py``.
"""

__version__ = '0.6.13'
__version__ = '0.6.14'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <laurent.dubois@uclouvain.be>"]
Expand Down

0 comments on commit 3146cfb

Please sign in to comment.