Skip to content

Commit

Permalink
release: v0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
  • Loading branch information
lnielsen committed Sep 16, 2016
1 parent 78cea22 commit 9585522
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
Changes
=======

Version 0.2.2 (2016-09-16)

- Fixes issue where a valid ISBN with dashes and spaces could not be
normalized.

Version 0.2.1 (2016-06-17)

- Changes ISBN normalization to use `isbnid` instead of `isbnlib`. Now,
Expand Down
17 changes: 8 additions & 9 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
===================================
IDUtils v0.2.1 is released
===================================
============================
IDUtils v0.2.2 is released
============================

IDUtils v0.2.1 was released on 2016-06-17
IDUtils v0.2.2 was released on 2016-09-16

About
-----
Expand All @@ -12,19 +12,18 @@ Small library for persistent identifiers used in scholarly communication.
What's new
----------

-- Changes ISBN normalization to use `isbnid` instead of `isbnlib`. Now,
- importing this library will not change the default socket timeout, resulting
- in unwanted side effects.
- Fixes issue where a valid ISBN with dashes and spaces could not be
normalized.

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

$ pip install idutils
$ pip install idutils==0.2.2

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

http://idutils.readthedocs.org/en/v0.2.1
http://idutils.readthedocs.org/en/v0.2.2

Homepage
--------
Expand Down

0 comments on commit 9585522

Please sign in to comment.