Skip to content

Commit fcf5273

Browse files
authored
prep release v0.16.1 (#578)
1 parent 0d9a616 commit fcf5273

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## v0.16.1
6+
7+
This release contains dependency updates and minor improvements in repository
8+
side.
9+
510
## v0.16.0
611

712
This release contains minor improvements to both repository and signer.

repo/tuf_on_ci/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.0"
1+
__version__ = "0.16.1"

signer/tuf_on_ci_sign/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from tuf_on_ci_sign.import_repo import import_repo
33
from tuf_on_ci_sign.sign import sign
44

5-
__version__ = "0.16.0"
5+
__version__ = "0.16.1"
66

77
__all__ = ["delegate", "import_repo", "sign"]

0 commit comments

Comments
 (0)