We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cc54b commit 6bdca32Copy full SHA for 6bdca32
debian/changelog
@@ -1,3 +1,9 @@
1
+pywis-pubsub (0.12.0) noble; urgency=medium
2
+
3
+ * apply cert verification settings to be used for file info handling
4
5
+ -- Tom Kralidis <tomkralidis@gmail.com> Fri, 20 Feb 2026 16:27:43 +0000
6
7
pywis-pubsub (0.11.0) noble; urgency=medium
8
9
* update to Python 3.12 and Ubuntu 24.04
pywis_pubsub/__init__.py
@@ -19,7 +19,7 @@
19
#
20
###############################################################################
21
22
-__version__ = '0.12.dev0'
+__version__ = '0.12.0'
23
24
import click
25
0 commit comments