Skip to content

Commit

Permalink
release: v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Sep 11, 2023
1 parent 6ce8398 commit 76014ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@
Changes
=======

Version 1.1.5 (released 2023-09-11)

- shared: removed 'text()' from cursor.execute for SQLite

Version 1.1.4 (released 2023-08-18)

- shared: fix sqlalchemy op.execute statements due to latest sqlalchamy-continuum
- shared: fix sqlalchemy op.execute statements due to latest sqlalchemy-continuum

Version 1.1.3 (released 2023-08-17)

- alembic: fix sqlalchemy op.execute statements due to latest sqlalchamy-continuum
- alembic: fix sqlalchemy op.execute statements due to latest sqlalchemy-continuum

Version 1.1.2 (released 2023-05-23)

Expand Down
2 changes: 1 addition & 1 deletion invenio_db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class User(db.Model):
from .ext import InvenioDB
from .shared import db

__version__ = "1.1.4"
__version__ = "1.1.5"

__all__ = (
"__version__",
Expand Down

0 comments on commit 76014ba

Please sign in to comment.