Skip to content

Commit

Permalink
release: v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Sep 18, 2023
1 parent 05bae22 commit a50ac97
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 @@ -9,6 +9,10 @@
Changes
=======

Version 1.10.1 (2023-09-18)

- models: avoid flushing when getting records

Version 1.10.0 (2023-09-05)

- uow: add ParentRecordCommitOp uow
Expand Down
2 changes: 1 addition & 1 deletion invenio_drafts_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"""Invenio Drafts Resources module to create REST APIs."""


__version__ = "1.10.0"
__version__ = "1.10.1"

__all__ = ("__version__",)

0 comments on commit a50ac97

Please sign in to comment.