Skip to content

Commit

Permalink
release: v1.0.0a1
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Harraudeau <nicolas.harraudeau@cern.ch>
  • Loading branch information
Nicolas Harraudeau authored and lnielsen committed Jan 22, 2017
1 parent f8e7d9a commit 27c35ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -25,6 +25,6 @@
Changes
=======

Version 0.1.0 (released TBD)
Version 1.0.0a1 (released 2017-01-20)

- Initial public release.
10 changes: 5 additions & 5 deletions 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
-----
Expand All @@ -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
-------------
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.1.0.dev20160000"
__version__ = "1.0.0a1"

0 comments on commit 27c35ef

Please sign in to comment.