Skip to content

Commit

Permalink
release: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Nov 13, 2024
1 parent 1c23963 commit e16d4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
Changes
=======

Version 0.1.1 (released TBD)
Version 0.1.0 (released 2024-11-13)

- ui: added utils function to render as an External resource

Version 0.1.0 (released TBD)

- Initial public release.
2 changes: 1 addition & 1 deletion invenio_preservation_sync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioPreservationSync

__version__ = "0.1.1"
__version__ = "0.1.0"

__all__ = ("__version__", "InvenioPreservationSync")

0 comments on commit e16d4fa

Please sign in to comment.