Skip to content

Commit

Permalink
release: v1.0.0b3
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed Nov 7, 2016
1 parent 30b8cf2 commit 789a5e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
Changes
=======

Version 1.0.0b2 (released 2016-09-02)
Version 1.0.0b3 (released 2016-11-07)
-------------------------------------

- Initial public release.
- Versioning support using SQLAlchemy-Continuum.
- Upgrades using Alembic.
7 changes: 4 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=====================
Invenio-DB v1.0.0b2
Invenio-DB v1.0.0b3
=====================

Invenio-DB v1.0.0b2 was released on September 2, 2016.
Invenio-DB v1.0.0b3 was released on November 7, 2016.

About
-----
Expand All @@ -16,11 +16,12 @@ What's new

- Initial public release.
- Versioning support using SQLAlchemy-Continuum.
- Upgrades using Alembic.

Installation
------------

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

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.0b3.dev20160902"
__version__ = "1.0.0b3"

0 comments on commit 789a5e8

Please sign in to comment.