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 29f995f commit 0327a06Copy full SHA for 0327a06
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.36.5
+current_version = 0.36.6
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.5'
+__version__ = '0.36.6'
83
__license__ = 'LGPL'
84
85
0 commit comments