We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc9905 commit 227e813Copy full SHA for 227e813
2 files changed
docs/source/CHANGELOG.rst
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+1.0.3 (22-01-2026)
5
+-------------------
6
+* Not retry send when receiver has no error
7
+* fix: correct indentation bug in MsgBatchSigner._prepare_messages
8
+
9
1.0.2 (20-11-2025)
10
-------------------
11
* Added msg blob signer
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.2"
+version = "1.0.3"
classifiers = [ # Optional
# How mature is this project? Common values are
0 commit comments