We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78aaea7 commit 7367c2aCopy full SHA for 7367c2a
2 files changed
docs/source/CHANGELOG.rst
@@ -1,6 +1,10 @@
1
ChangeLog
2
=========
3
4
+0.0.13 (30-04-2025)
5
+-------------------
6
+* Ignore only unknown SSL errors in messaging signer
7
+
8
0.0.12 (25-04-2025)
9
-------------------
10
* Fixed error cheking for ignored errors
pyproject.toml
@@ -3,7 +3,7 @@ name = "pubtools-sign"
description = "Collection of tools producing signed artifacts"
readme = "README.rst"
requires-python = ">=3.7"
-version = "0.0.12"
+version = "0.0.13"
classifiers = [ # Optional
# How mature is this project? Common values are
0 commit comments