From 27c35ef275f64e2081f0fedf7a76566cfd7ab389 Mon Sep 17 00:00:00 2001 From: Nicolas Harraudeau Date: Fri, 20 Jan 2017 12:26:38 +0100 Subject: [PATCH] release: v1.0.0a1 Signed-off-by: Nicolas Harraudeau --- CHANGES.rst | 4 ++-- RELEASE-NOTES.rst | 10 +++++----- invenio_accounts_rest/version.py | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b0e31ed..e775c1d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,6 @@ .. This file is part of Invenio. - Copyright (C) 2016 CERN. + Copyright (C) 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 @@ -25,6 +25,6 @@ Changes ======= -Version 0.1.0 (released TBD) +Version 1.0.0a1 (released 2017-01-20) - Initial public release. diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst index 6238cc8..0dbcf11 100644 --- a/RELEASE-NOTES.rst +++ b/RELEASE-NOTES.rst @@ -1,8 +1,8 @@ -============================== - Invenio-Accounts-REST v0.1.0 -============================== +=============================== + Invenio-Accounts-REST v1.0.0a1 +=============================== -Invenio-Accounts-REST v0.1.0 was released on TBD, 2016. +Invenio-Accounts-REST v1.0.0a1 was released on January 20, 2017. About ----- @@ -19,7 +19,7 @@ What's new Installation ------------ - $ pip install invenio-accounts-rest==0.1.0 + $ pip install invenio-accounts-rest==1.0.0a1 Documentation ------------- diff --git a/invenio_accounts_rest/version.py b/invenio_accounts_rest/version.py index a656313..5cac161 100644 --- a/invenio_accounts_rest/version.py +++ b/invenio_accounts_rest/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2016 CERN. +# Copyright (C) 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__ = "0.1.0.dev20160000" +__version__ = "1.0.0a1"