Skip to content

Commit

Permalink
release: v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Panero committed May 7, 2020
1 parent 049159e commit 3b0a8d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGES.rst
Expand Up @@ -8,10 +8,11 @@
Changes
=======

Version 1.3.1 (released to-be-determined)
Version 1.3.1 (released 2020-05-07)

- Removed support for Python 2
- Upgraded Python 3.5 to 3.6
- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0.
- Removed dependency on Invenio-PIDStore and releated documentation. Functionality
was removed in v1.3.0.

Version 1.3.0 (released 2019-08-01)

Expand Down
2 changes: 1 addition & 1 deletion invenio_records/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.3.0'
__version__ = '1.3.1'

0 comments on commit 3b0a8d2

Please sign in to comment.