From 7533d55587f88985c2328679ff75cc111a033edf Mon Sep 17 00:00:00 2001 From: Lauren-D Date: Wed, 14 Jul 2021 09:12:30 +0200 Subject: [PATCH] release: v0.6.6 Co-Authored-by: Lauren-D --- CHANGES.rst | 14 ++++++++++++++ invenio_sip2/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index c644b0c..a111f1d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,6 +16,17 @@ Changes ======= +Version 0.6.6 (released 2021-07-14) + +**Minor changes:** + +* Defines supported messages from handlers config. + +**Bug fix:** + +* Fixes empty patron session. +* Improves i18n language. + Version 0.6.5 (released 2021-07-12) **Minor changes:** @@ -25,17 +36,20 @@ Version 0.6.5 (released 2021-07-12) Version 0.6.4 (released 2021-06-30) **Bug fix:** + * Fixes wrong circulation messages response. * Fixes no such process in command line utilities. Version 0.6.3 (released 2021-06-15) **Bug fix:** + * Fixes error on renew action. Version 0.6.2 (released 2021-06-14) **Minor changes:** + * implement summary for patron information. * Fixes fixed field wrong length. diff --git a/invenio_sip2/version.py b/invenio_sip2/version.py index a7f85d8..888a794 100644 --- a/invenio_sip2/version.py +++ b/invenio_sip2/version.py @@ -23,4 +23,4 @@ from __future__ import absolute_import, print_function -__version__ = '0.6.5' +__version__ = '0.6.6'