We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d747b commit 5cd384aCopy full SHA for 5cd384a
2 files changed
docs/source/CHANGELOG.rst
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+1.0.6 (29-01-2026)
5
+-------------------
6
+* Fix batch signing digest inconsistency
7
+
8
1.0.5 (29-01-2026)
9
-------------------
10
* Set ttl message property
pyproject.toml
@@ -3,7 +3,7 @@ name = "pubtools-sign"
description = "Collection of tools producing signed artifacts"
readme = "README.rst"
requires-python = ">=3.7"
-version = "1.0.5"
+version = "1.0.6"
classifiers = [ # Optional
# How mature is this project? Common values are
0 commit comments