File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[project ]
66name = " zeroconf"
7- version = " 1.0 .0"
7+ version = " 0.148 .0"
88license = " LGPL-2.1-or-later"
99description = " A pure python implementation of multicast DNS service discovery"
1010readme = " README.rst"
@@ -58,6 +58,7 @@ version_variables = [
5858]
5959build_command = " pip install poetry && poetry build"
6060tag_format = " {version}"
61+ allow_zero_version = true
6162
6263[tool .semantic_release .changelog ]
6364exclude_commit_patterns = [
@@ -71,8 +72,11 @@ keep_trailing_newline = true
7172[tool .semantic_release .branches .master ]
7273match = " master"
7374
75+ [tool .semantic_release .branches ."release-0 .x" ]
76+ match = " release-0.x"
77+
7478[tool .semantic_release .branches .noop ]
75- match = " (?!master$)"
79+ match = " (?!( master|release-0.x) $)"
7680prerelease = true
7781
7882[tool .poetry .dependencies ]
Original file line number Diff line number Diff line change 8888
8989__author__ = "Paul Scott-Murphy, William McBrine"
9090__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
91- __version__ = "1.0 .0"
91+ __version__ = "0.148 .0"
9292__license__ = "LGPL"
9393
9494
You can’t perform that action at this time.
0 commit comments