Skip to content

Commit

Permalink
release: v1.0.5
Browse files Browse the repository at this point in the history
* Closes #129.
  • Loading branch information
Diego Rodriguez committed May 11, 2020
1 parent b57f85a commit 1ba8741
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,16 @@
Changes
=======

Version 1.0.5 (released 2020-05-11)

- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0
- Use centrally managed Flask version (through Invenio-Base)
- Bumped SQLAlchemy version to ``>=1.1.0``
- SQLAlchemy-Utils set to ``<0.36`` due to breaking changes with MySQL
(``VARCHAR`` length)
- Enriched documentation on DB session management
- Stop using example app

Version 1.0.4 (released 2019-07-29)

- Unpin sqlalchemy-continuum
Expand Down
2 changes: 1 addition & 1 deletion invenio_db/version.py
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.0.4'
__version__ = '1.0.5'

0 comments on commit 1ba8741

Please sign in to comment.