Skip to content

Commit

Permalink
release: v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed Nov 14, 2024
1 parent 0fec1bf commit 91c4be9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version v1.3.1 (released 2024-11-14)

- uow: improve decorator to create uow if it's None

Version v1.3.0 (released 2024-11-04)

- uow: add "on_exception" lifecycle hook
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.3.0"
__version__ = "1.3.1"

__all__ = (
"__version__",
Expand Down

0 comments on commit 91c4be9

Please sign in to comment.