Skip to content

Commit

Permalink
release: v1.0.0a1
Browse files Browse the repository at this point in the history
(closes #3)

Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
  • Loading branch information
lnielsen committed Nov 30, 2015
1 parent 8a67b9d commit ff99e18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -25,6 +25,6 @@
Changes
=======

Version 1.0.0 (released 2015-11-24)
Version 1.0.0 (released 2015-11-30)

- Initial public release.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.rst
Expand Up @@ -2,7 +2,7 @@
Invenio-UserProfiles v1.0.0
=============================

Invenio-UserProfile v1.0.0 was released on November 24, 2015.
Invenio-UserProfile v1.0.0 was released on November 30, 2015.

About
-----
Expand Down
2 changes: 1 addition & 1 deletion invenio_userprofiles/version.py
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0.dev20150000"
__version__ = "1.0.0a1"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -168,7 +168,7 @@ def run_tests(self):
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Development Status :: 1 - Planning',
'Development Status :: 3 - Alpha',
],
cmdclass={'test': PyTest},
)

0 comments on commit ff99e18

Please sign in to comment.