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 Mar 29, 2016
1 parent 2e5b8f9 commit c0dd5ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ python:
- "3.5"

before_install:
- "travis_retry pip install --upgrade pip setuptools py"
- "travis_retry pip install --upgrade pip 'setuptools<20.5' py"
- "travis_retry pip install twine wheel coveralls requirements-builder"
- "requirements-builder --level=min setup.py > .travis-lowest-requirements.txt"
- "requirements-builder --level=pypi setup.py > .travis-release-requirements.txt"
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
Changes
=======

Version 1.0.0 (released TBD)
Version 1.0.0a1 (released 2016-03-29)

- Initial public release.
10 changes: 5 additions & 5 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
===========================
Invenio-Files-REST v1.0.0
===========================
=============================
Invenio-Files-REST v1.0.0a1
=============================

Invenio-Files-REST v1.0.0 was released on TBD, 2015.
Invenio-Files-REST v1.0.0a1 was released on March 29th, 2015.

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

$ pip install invenio-files-rest==1.0.0
$ pip install invenio-files-rest==1.0.0a1

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_files_rest/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0.dev20150000"
__version__ = "1.0.0a1"

0 comments on commit c0dd5ec

Please sign in to comment.