diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 91ac54999d..74ca8b35ac 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,21 @@ B2Share changelog ***************** +2.0.1 (released 2017-04-29) +=========================== + +Patch update. Changes since 2.0.0 include: + +- added the community membership administration page +- fix UI editing metadata bug +- fix incorrect config check +- fix missing location when demo not loaded +- improve cli command for checking DOI allocation +- improve Docker demo config +- fix incorrect docs link +- added more tests + + 2.0.0 (released 2017-02-28) =========================== @@ -18,6 +33,7 @@ Changes since 1.7.0 include: See documentation for more information. + 2.0.0rc13 ========= @@ -27,4 +43,3 @@ See documentation for more information. - add link to own drafts in the Profile page - add administration docs - various bugfixes - diff --git a/b2share/version.py b/b2share/version.py index 34372a71a0..dad8b41943 100644 --- a/b2share/version.py +++ b/b2share/version.py @@ -21,4 +21,4 @@ """Version number.""" -__version__ = "2.0.1.dev20170307" +__version__ = "2.0.1"