Skip to content

Commit

Permalink
release: v0.6.6
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 Jul 14, 2021
1 parent 030bff4 commit 7533d55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion invenio_sip2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

from __future__ import absolute_import, print_function

__version__ = '0.6.5'
__version__ = '0.6.6'

0 comments on commit 7533d55

Please sign in to comment.