Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Micha Moskovic <michamos@gmail.com>
  • Loading branch information
michamos committed May 3, 2018
1 parent 523d9ba commit d9dab1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -14,6 +14,10 @@
Changes
=======

Version 1.0.1 (2018-05-02)

- Fixes bug causing invalid DOIs to be accepted.

Version 1.0.0 (2017-12-07)

- Fixes handling of unicode characters in DOIs.
Expand Down
11 changes: 5 additions & 6 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
============================
IDUtils v1.0.0 is released
IDUtils v1.0.1 is released
============================

IDUtils v1.0.0 was released on 2017-12-07
IDUtils v1.0.1 was released on 2018-05-02

About
-----
Expand All @@ -12,18 +12,17 @@ Small library for persistent identifiers used in scholarly communication.
Improved features
-----------------

- Fixes handling of unicode characters in DOIs.
- Adds support for APS style arXiv identifiers.
- Fixes bug causing invalid DOIs to be accepted.

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

$ pip install idutils==1.0.0
$ pip install idutils==1.0.1

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

http://idutils.readthedocs.io/en/v1.0.0
http://idutils.readthedocs.io/en/v1.0.1

Homepage
--------
Expand Down
2 changes: 1 addition & 1 deletion idutils/version.py
Expand Up @@ -19,4 +19,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit d9dab1f

Please sign in to comment.