Skip to content

Commit

Permalink
release v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jul 19, 2024
1 parent 1a8d355 commit 5f6fe15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.12.1"
__version__ = "0.12.2"

__all__ = ("__version__", "RepositoryCli")

0 comments on commit 5f6fe15

Please sign in to comment.