From be304fd50b729521aad5f9b2e0de4c0fd0b36faf Mon Sep 17 00:00:00 2001 From: Lars Holm Nielsen Date: Fri, 17 Feb 2017 22:58:41 +0100 Subject: [PATCH] release: v1.0.0b3 Signed-off-by: Lars Holm Nielsen --- CHANGES.rst | 2 +- RELEASE-NOTES.rst | 6 +++--- invenio_i18n/version.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f170d66..9fdea2b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,7 +25,7 @@ Changes ======= -Version 1.0.0b2 (released 2017-02-02) +Version 1.0.0b3 (released 2017-02-17) ------------------------------------- - Initial public release. diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst index ce8a330..f5786fd 100644 --- a/RELEASE-NOTES.rst +++ b/RELEASE-NOTES.rst @@ -1,8 +1,8 @@ ======================= - Invenio-I18N v1.0.0b2 + Invenio-I18N v1.0.0b3 ======================= -Invenio-I18N v1.0.0b2 was released on February 2, 2017. +Invenio-I18N v1.0.0b3 was released on February 17, 2017. About ----- @@ -17,7 +17,7 @@ What's new Installation ------------ - $ pip install invenio-i18n==1.0.0b2 + $ pip install invenio-i18n==1.0.0b3 Documentation ------------- diff --git a/invenio_i18n/version.py b/invenio_i18n/version.py index 9c62ae2..e833cc6 100644 --- a/invenio_i18n/version.py +++ b/invenio_i18n/version.py @@ -30,4 +30,4 @@ from __future__ import absolute_import, print_function -__version__ = "1.0.0b3.dev20170202" +__version__ = "1.0.0b3"