Skip to content

Commit

Permalink
release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 10, 2023
1 parent de560df commit 357c920
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
Changes
=======

Version v0.11.1 (release 2023-11-10)

- cli: tmp fix, this should be revisited
- setup: increase rdm version


Version v0.11.0 (release 2023-11-03)

- add command for adding persistent identifiers
Expand Down
2 changes: 1 addition & 1 deletion repository_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

from .ext import RepositoryCli

__version__ = "0.11.0"
__version__ = "0.11.1"

__all__ = ("__version__", "RepositoryCli")

0 comments on commit 357c920

Please sign in to comment.