Skip to content

Commit

Permalink
release: v1.0.0b2
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 Sep 2, 2016
1 parent 336a7ee commit 8db902c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Changes
=======

Version 1.0.0b1 (released 2016-08-11)
Version 1.0.0b2 (released 2016-09-02)
-------------------------------------

- Initial public release.
Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=====================
Invenio-DB v1.0.0b1
Invenio-DB v1.0.0b2
=====================

Invenio-DB v1.0.0b1 was released on August 11, 2016.
Invenio-DB v1.0.0b2 was released on September 2, 2016.

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

$ pip install invenio-db==1.0.0b1
$ pip install invenio-db==1.0.0b2

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_db/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.0b2.dev20160811"
__version__ = "1.0.0b2"

0 comments on commit 8db902c

Please sign in to comment.