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 23, 2016
1 parent caed9ad commit ecec427
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
=======

Version v0.2.2 (released 2016-09-23):

- Fixes issue with generated order of nameIdentifier and affiliation tags.

Version v0.2.1 (released 2016-03-29):

- Fixes issue with JSON schemas not being included when installing from PyPI.
Expand Down
8 changes: 4 additions & 4 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=================
DataCite v0.2.1
DataCite v0.2.2
=================

DataCite v0.2.1 was released on March 29, 2016.
DataCite v0.2.2 was released on September 23, 2016.

About
-----
Expand All @@ -13,12 +13,12 @@ generation.
What's new
----------

- Fixes issue with JSON schemas not being included when installing from PyPI.
- Fixes issue with generated order of nameIdentifier and affiliation tags.

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

$ pip install datacite==0.2.1
$ pip install datacite==0.2.2

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion datacite/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# Do not change the format of this next line. Doing so risks breaking
# setup.py and docs/conf.py

__version__ = "0.2.2.dev20160623"
__version__ = "0.2.2"

0 comments on commit ecec427

Please sign in to comment.