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