Skip to content

Commit

Permalink
release: v1.0.0a1
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
  • Loading branch information
lnielsen committed Aug 19, 2016
1 parent a382885 commit a8fda9c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -25,6 +25,6 @@
Changes
=======

Version 1.0.0 (released TBD)
Version 1.0.0a1 (released 2016-08-19)

- Initial public release.
10 changes: 5 additions & 5 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
=======================
Invenio-XRootD v1.0.0
=======================
=========================
Invenio-XRootD v1.0.0a1
=========================

Invenio-XRootD v1.0.0 was released on TBD, 2016.
Invenio-XRootD v1.0.0a1 was released on August 19, 2016.

About
-----
Expand All @@ -19,7 +19,7 @@ What's new
Installation
------------

$ pip install invenio-xrootd==1.0.0
$ pip install invenio-xrootd==1.0.0a1

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

from __future__ import absolute_import, print_function

__version__ = "1.0.0.dev20160000"
__version__ = "1.0.0a1"
4 changes: 0 additions & 4 deletions setup.py
Expand Up @@ -101,10 +101,6 @@
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Development Status :: 3 - Alpha',
],
)

0 comments on commit a8fda9c

Please sign in to comment.