Skip to content

Commit 227e813

Browse files
committed
Relase v1.0.3
1 parent fcc9905 commit 227e813

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/source/CHANGELOG.rst

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

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+
49
1.0.2 (20-11-2025)
510
-------------------
611
* Added msg blob signer

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pubtools-sign"
33
description = "Collection of tools producing signed artifacts"
44
readme = "README.rst"
55
requires-python = ">=3.7"
6-
version = "1.0.2"
6+
version = "1.0.3"
77

88
classifiers = [ # Optional
99
# How mature is this project? Common values are

0 commit comments

Comments
 (0)