Skip to content

Commit

Permalink
release: 1.0.0b4
Browse files Browse the repository at this point in the history
Signed-off-by: Dinos Kousidis <konstantinos.kousidis@cern.ch>
  • Loading branch information
Dinos Kousidis committed May 3, 2017
1 parent 275a0a3 commit e2060f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
@@ -1,6 +1,6 @@
..
This file is part of Invenio.
Copyright (C) 2015, 2016 CERN.
Copyright (C) 2015, 2016, 2017 CERN.
Invenio is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
Expand All @@ -24,9 +24,10 @@
Changes
=======

Version 1.0.0b3 (released 2016-11-07)
Version 1.0.0b4 (released 2017-05-03)
-------------------------------------

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

Invenio-DB v1.0.0b3 was released on November 7, 2016.
Invenio-DB v1.0.0b4 was released on May 3, 2017.

About
-----
Expand All @@ -17,11 +17,12 @@ What's new
- Initial public release.
- Versioning support using SQLAlchemy-Continuum.
- Upgrades using Alembic.
- Utils for migrating encrypted fields when the secret key changes.

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

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

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.dev20161107"
__version__ = "1.0.0b4"

0 comments on commit e2060f5

Please sign in to comment.