diff --git a/CHANGES.rst b/CHANGES.rst index f896b9ed..a0bfdb1a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,6 @@ .. This file is part of Invenio. - Copyright (C) 2015, 2016 CERN. + Copyright (C) 2015, 2016, 2017 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -24,7 +24,7 @@ Changes ======= -Version 1.0.0b1 (released 2016-11-09) +Version 1.0.0b2 (released 2017-08-17) ------------------------------------- What's new diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst index e3aae840..cbe29cac 100644 --- a/RELEASE-NOTES.rst +++ b/RELEASE-NOTES.rst @@ -1,8 +1,8 @@ ========================== - Invenio-Records v1.0.0b1 + Invenio-Records v1.0.0b2 ========================== -Invenio-Records v1.0.0b1 was released on November 9, 2016. +Invenio-Records v1.0.0b2 was released on August 17, 2017. About ----- @@ -33,7 +33,7 @@ Bug fixes Installation ------------ - $ pip install invenio-records==1.0.0b1 + $ pip install invenio-records==1.0.0b2 Documentation ------------- @@ -45,6 +45,6 @@ Happy hacking and thanks for flying Invenio-Records. | Invenio Development Team | Email: info@inveniosoftware.org | IRC: #invenio on irc.freenode.net -| Twitter: http://twitter.com/inveniosoftware +| Twitter: https://twitter.com/inveniosoftware | GitHub: https://github.com/inveniosoftware/invenio-records | URL: http://inveniosoftware.org diff --git a/invenio_records/version.py b/invenio_records/version.py index cce293f9..5ee11c12 100644 --- a/invenio_records/version.py +++ b/invenio_records/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2015, 2016 CERN. +# Copyright (C) 2015, 2016, 2017 CERN. # # Invenio is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public License as @@ -30,4 +30,4 @@ from __future__ import absolute_import, print_function -__version__ = "1.0.0b2.dev20161109" +__version__ = "1.0.0b2"