Skip to content

Commit cbdc404

Browse files
authored
chore(release): keep semantic-release on 0.x series and revert version to 0.148.0 (#1674)
1 parent ba58754 commit cbdc404

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "zeroconf"
7-
version = "1.0.0"
7+
version = "0.148.0"
88
license = "LGPL-2.1-or-later"
99
description = "A pure python implementation of multicast DNS service discovery"
1010
readme = "README.rst"
@@ -58,6 +58,7 @@ version_variables = [
5858
]
5959
build_command = "pip install poetry && poetry build"
6060
tag_format = "{version}"
61+
allow_zero_version = true
6162

6263
[tool.semantic_release.changelog]
6364
exclude_commit_patterns = [
@@ -71,8 +72,11 @@ keep_trailing_newline = true
7172
[tool.semantic_release.branches.master]
7273
match = "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)$)"
7680
prerelease = true
7781

7882
[tool.poetry.dependencies]

src/zeroconf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
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

0 commit comments

Comments
 (0)