Skip to content

Commit 76014ba

Browse files
committed
release: v1.1.5
1 parent 6ce8398 commit 76014ba

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@
88
Changes
99
=======
1010

11+
Version 1.1.5 (released 2023-09-11)
12+
13+
- shared: removed 'text()' from cursor.execute for SQLite
14+
1115
Version 1.1.4 (released 2023-08-18)
1216

13-
- shared: fix sqlalchemy op.execute statements due to latest sqlalchamy-continuum
17+
- shared: fix sqlalchemy op.execute statements due to latest sqlalchemy-continuum
1418

1519
Version 1.1.3 (released 2023-08-17)
1620

17-
- alembic: fix sqlalchemy op.execute statements due to latest sqlalchamy-continuum
21+
- alembic: fix sqlalchemy op.execute statements due to latest sqlalchemy-continuum
1822

1923
Version 1.1.2 (released 2023-05-23)
2024

invenio_db/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class User(db.Model):
9191
from .ext import InvenioDB
9292
from .shared import db
9393

94-
__version__ = "1.1.4"
94+
__version__ = "1.1.5"
9595

9696
__all__ = (
9797
"__version__",

0 commit comments

Comments
 (0)