We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1427ba7 commit d92d3d0Copy full SHA for d92d3d0
2 files changed
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.36.8
+current_version = 0.36.9
3
commit = True
4
tag = True
5
tag_name = {new_version}
zeroconf/__init__.py
@@ -79,7 +79,7 @@
79
80
__author__ = 'Paul Scott-Murphy, William McBrine'
81
__maintainer__ = 'Jakub Stasiak <jakub@stasiak.at>'
82
-__version__ = '0.36.8'
+__version__ = '0.36.9'
83
__license__ = 'LGPL'
84
85
0 commit comments