Skip to content

Commit

Permalink
Invenio-PIDStore v0.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed Oct 11, 2015
1 parent 515619f commit 9913667
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Expand Up @@ -24,6 +24,14 @@
Changes
=======

Version 0.1.3 (released 2015-10-11)
-----------------------------------

Improved features
~~~~~~~~~~~~~~~~~

- Makes Datacite provider optional.

Version 0.1.2 (released 2015-10-02)
-----------------------------------

Expand Down
17 changes: 7 additions & 10 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
=========================
Invenio-PIDStore v0.1.2
Invenio-PIDStore v0.1.3
=========================

Invenio-PIDStore v0.1.2 was released on October 2, 2015.
Invenio-PIDStore v0.1.3 was released on October 11, 2015.

About
-----
Expand All @@ -11,23 +11,20 @@ Invenio module that stores and registers persistent identifiers.

*This is an experimental development preview release.*

Bug fixes
---------
Improved features
-----------------

- Removes calls to PluginManager consider_setuptools_entrypoints()
removed in PyTest 2.8.0.
- Uses nested transactions instead of sub-transactions.
- Adds missing `invenio_base` dependency.
- Makes Datacite provider optional.

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

$ pip install invenio-pidstore==0.1.2
$ pip install invenio-pidstore==0.1.3

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

http://invenio-pidstore.readthedocs.org/en/v0.1.2
http://invenio-pidstore.readthedocs.org/en/v0.1.3

Happy hacking and thanks for flying Invenio-PIDStore.

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

__version__ = "0.1.3.dev20151002"
__version__ = "0.1.3"

0 comments on commit 9913667

Please sign in to comment.