diff --git a/CHANGES.rst b/CHANGES.rst index 5f1e2aa..0b7a019 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,13 @@ Changes ======= +Version v0.12.0 (release 2024-01-25) + +- pids: add command update-remote-pid +- options: make the data_model option required +- fix: copy paste error + + Version v0.11.1 (release 2023-11-10) - cli: tmp fix, this should be revisited diff --git a/repository_cli/__init__.py b/repository_cli/__init__.py index 48aa574..cee34d5 100644 --- a/repository_cli/__init__.py +++ b/repository_cli/__init__.py @@ -9,6 +9,6 @@ from .ext import RepositoryCli -__version__ = "0.11.1" +__version__ = "0.12.0" __all__ = ("__version__", "RepositoryCli")