Skip to content

Commit c9dd13e

Browse files
authored
Prep 0.17.0 release (#630)
1 parent 4052912 commit c9dd13e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.17.0
6+
7+
Dependency update release.
8+
9+
* This fixes an ongoing issue with the upload-repository action:
10+
https://github.com/theupdateframework/tuf-on-ci/issues/629
11+
512
## v0.16.1
613

714
This release contains dependency updates and minor improvements in repository

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.1"
1+
__version__ = "0.17.0"

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.1"
5+
__version__ = "0.17.0"
66

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

0 commit comments

Comments
 (0)