Skip to content

Commit

Permalink
release: v1.0.0b5
Browse files Browse the repository at this point in the history
* Releases v1.0.0b5 just after v1.0.0b4 because pypi doesn't
  allow to reupload files and v1.0.0b4 has been rollbacked.

Signed-off-by: Nicolas Harraudeau <nicolas.harraudeau@cern.ch>
  • Loading branch information
Nicolas Harraudeau committed May 12, 2017
1 parent e2060f5 commit 446c4ca
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 @@ -24,7 +24,7 @@
Changes
=======

Version 1.0.0b4 (released 2017-05-03)
Version 1.0.0b5 (released 2017-05-12)
-------------------------------------

- Initial public release.
Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
=====================
Invenio-DB v1.0.0b4
Invenio-DB v1.0.0b5
=====================

Invenio-DB v1.0.0b4 was released on May 3, 2017.
Invenio-DB v1.0.0b5 was released on May 12, 2017.

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

$ pip install invenio-db==1.0.0b4
$ pip install invenio-db==1.0.0b5

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

from __future__ import absolute_import, print_function

__version__ = "1.0.0b4"
__version__ = "1.0.0b5"

0 comments on commit 446c4ca

Please sign in to comment.