Skip to content

Commit 6bdca32

Browse files
committed
update release version 0.12.0
1 parent 95cc54b commit 6bdca32

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
pywis-pubsub (0.11.0) noble; urgency=medium
28

39
* update to Python 3.12 and Ubuntu 24.04

pywis_pubsub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
###############################################################################
2121

22-
__version__ = '0.12.dev0'
22+
__version__ = '0.12.0'
2323

2424
import click
2525

0 commit comments

Comments
 (0)