Skip to content

Commit

Permalink
release: v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Nov 7, 2023
1 parent 636e6ba commit de8ccd8
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 2.0.2 (2023-11-07)

- components: change cleanup method (backwards compatible, performance optimisation)

Version 2.0.1 (2023-10-26)

- fix: TypeError multiple values for record
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__ = "2.0.1"
__version__ = "2.0.2"

__all__ = ("__version__",)

0 comments on commit de8ccd8

Please sign in to comment.