Skip to content

Commit

Permalink
release: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Samuele Kaplun <samuele.kaplun@cern.ch>
  • Loading branch information
kaplun committed Jun 23, 2017
1 parent 7b4dc63 commit 962f1b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Expand Up @@ -24,6 +24,14 @@
Changes
=======

Version 1.3.1 (release 2017-06-23)
----------------------------------

Bug fixes
~~~~~~~~~

- Reverse sort core keywords.

Version 1.3.0 (release 2017-06-22)
----------------------------------

Expand Down
13 changes: 6 additions & 7 deletions RELEASE-NOTES.rst
@@ -1,22 +1,21 @@
===========================
Invenio-Classifier v1.3.0
Invenio-Classifier v1.3.1
===========================

Incompatible changes
--------------------
Bug fixes
---------

- Exports list of objects rather than list of tuples, to help ES
directly indexing the content.
- Reverse sort core keywords.

Installation
------------

$ pip install invenio-classifier==1.3.0
$ pip install invenio-classifier==1.3.1

Documentation
-------------

http://invenio-classifier.readthedocs.org/en/v1.3.0
http://invenio-classifier.readthedocs.org/en/v1.3.1

Happy hacking and thanks for flying Invenio-Classifier.

Expand Down
2 changes: 1 addition & 1 deletion invenio_classifier/version.py
Expand Up @@ -28,4 +28,4 @@
and parsed by ``setup.py``.
"""

__version__ = "1.3.0"
__version__ = "1.3.1"

0 comments on commit 962f1b6

Please sign in to comment.