From 45bc4f461b32e81d05fe8f18b54df00f4b8684e6 Mon Sep 17 00:00:00 2001 From: Emanuel Dima Date: Tue, 14 Feb 2017 11:54:19 +0100 Subject: [PATCH] update version and changelog --- CHANGELOG.rst | 13 +++++++++++++ b2share/version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000000..ed2903d5fa --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,13 @@ +B2Share changelog +***************** + +2.0.0rc13 +========= + +- allow record owners and community administrators to edit metadata of published records +- add OAI-PMH sets and a CLI command for syncing the sets with the communities +- add PID and DOI in the MarcXML OAI-PMH output +- 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 53627e98dc..f54b2e4aff 100644 --- a/b2share/version.py +++ b/b2share/version.py @@ -20,4 +20,4 @@ """Version number.""" -__version__ = "2.0.0rc12" # FIXME: generate the version number +__version__ = "2.0.0rc13" # FIXME: generate the version number