Skip to content

Commit

Permalink
release: v1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed May 17, 2023
1 parent a8f0b9e commit b017f2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
Changes
=======

Version 1.0.15 (released 2023-05-17)

- upper pin alembic dependency
- force installing asyncio

Version 1.1.0 (released 2023-04-06)

- yanked, because of an incompatibility with Flask-SQLAlchemy v3.
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.0.14"
__version__ = "1.0.15"

__all__ = (
"__version__",
Expand Down

0 comments on commit b017f2e

Please sign in to comment.