diff --git a/CHANGES.rst b/CHANGES.rst index 34397cd..51682ec 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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. diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst index 8b554ed..ea962bd 100644 --- a/RELEASE-NOTES.rst +++ b/RELEASE-NOTES.rst @@ -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 ----- @@ -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 ------------- diff --git a/datacite/version.py b/datacite/version.py index f841920..15e09fb 100644 --- a/datacite/version.py +++ b/datacite/version.py @@ -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"