Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 5, 2024
1 parent 2685e81 commit 3c1fa31
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.0 (released 2024-12-05)

- setup: bump invenio dependencies

Version 1.3.4 (released 2024-12-05)

- fix: add translation flag for publishing
Expand Down
2 changes: 1 addition & 1 deletion invenio_pidstore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,6 @@
from .ext import InvenioPIDStore
from .proxies import current_pidstore

__version__ = "1.3.4"
__version__ = "2.0.0"

__all__ = ("__version__", "InvenioPIDStore", "current_pidstore")

0 comments on commit 3c1fa31

Please sign in to comment.