diff --git a/CHANGES.rst b/CHANGES.rst index 94d2e71..e486401 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,13 @@ Changes ======= +Version v0.12.2 (release 2024-07-19) + +- setup: move to support python3.12 only +- cli: add two commands +- fix: not catched exception + + Version v0.12.1 (release 2024-02-19) - fix: example command for update-remote-pid diff --git a/repository_cli/__init__.py b/repository_cli/__init__.py index d3a5650..fd949fb 100644 --- a/repository_cli/__init__.py +++ b/repository_cli/__init__.py @@ -9,6 +9,6 @@ from .ext import RepositoryCli -__version__ = "0.12.1" +__version__ = "0.12.2" __all__ = ("__version__", "RepositoryCli")