Skip to content

Commit

Permalink
release: v1.0.0b9
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Nov 22, 2017
1 parent eda4882 commit 91dae48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions CHANGES.rst
Expand Up @@ -24,10 +24,7 @@
Changes
=======

Version 1.0.0b8 (released 2017-08-09)
Version 1.0.0b9 (released 2017-11-22)
-------------------------------------

- Initial public release.
- Versioning support using SQLAlchemy-Continuum.
- Upgrades using Alembic.
- Utils for migrating encrypted fields when the secret key changes.
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
=====================
Invenio-DB v1.0.0b8
Invenio-DB v1.0.0b9
=====================

Invenio-DB v1.0.0b8 was released on June 7, 2017.
Invenio-DB v1.0.0b9 was released on 2017-11-22.

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

$ pip install invenio-db==1.0.0b8
$ pip install invenio-db==1.0.0b9

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.0b8"
__version__ = "1.0.0b9"

0 comments on commit 91dae48

Please sign in to comment.