Skip to content

Commit

Permalink
release: v1.0.0a23
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Witowski <witowski.sebastian@gmail.com>
  • Loading branch information
switowski committed Mar 1, 2018
1 parent 3c076a3 commit fa3d5fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -25,6 +25,6 @@
Changes
=======

Version 1.0.0a22 (released 2017-12-08)
Version 1.0.0a23 (released 2018-03-01)

- Initial public release.
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
==============================
Invenio-Files-REST v1.0.0a22
Invenio-Files-REST v1.0.0a23
==============================

Invenio-Files-REST v1.0.0a22 was released on December 8, 2017.
Invenio-Files-REST v1.0.0a23 was released on March 1, 2018.

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

$ pip install invenio-files-rest==1.0.0a22
$ pip install invenio-files-rest==1.0.0a23

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

from __future__ import absolute_import, print_function

__version__ = '1.0.0a22'
__version__ = '1.0.0a23'

0 comments on commit fa3d5fb

Please sign in to comment.