Skip to content

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Apr 30, 2023
1 parent 05a6efa commit 1857657
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.6.0 (release 2023-05-01)

- cli: add command publish
- cli: add record_id parameter to modify-access


Version v0.5.0 (release 2023-03-08)

- setup: remove python 3.11
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.5.0"
__version__ = "0.6.0"

__all__ = ("__version__", "RepositoryCli")

0 comments on commit 1857657

Please sign in to comment.