Skip to content

Commit 1a3fc37

Browse files
[UPDATE] Release Candidate 3 for V2.1.0 (alpha)
Changes in file docs/conf.py: * version bump to 2.1.0-alpha-3 Changes in file multicast/__init__.py: * version bump to 2.1.0-alpha-3 Changes in file pyproject.toml: * version bump to 2.1.0-alpha-3
1 parent a15f9b2 commit 1a3fc37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
# The short X.Y version.
128128
version = "v2.0"
129129
# The full version, including alpha/beta/rc tags.
130-
release = "v2.1.0a2"
130+
release = "v2.1.0a3"
131131

132132
# The language for content autogenerated by Sphinx. Refer to documentation
133133
# for a list of supported languages.

multicast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221

222222
global __version__ # skipcq: PYL-W0604
223223

224-
__version__ = "2.1.0-alpha-2"
224+
__version__ = "2.1.0-alpha-3"
225225
"""The version of this program.
226226
227227
The `__version__` attribute, like many dunder attributes, is associated with the implementation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers = [{ "name" = "reactive-firewall", "email" = "reactive-firewall@user
1212
name = "multicast"
1313
requires-python = ">=3.9.6, !=3.9.7, !=3.9.8, !=3.9.9, !=3.9.10, !=3.9.11, !=3.9.12, !=3.9.13, !=3.9.14, !=3.9.15, !=3.9.16, !=3.9.17, !=3.9.18, !=3.9.19, !=3.13.0, <3.14.0"
1414
scripts = { "multicast" = "multicast.__main__:cli" }
15-
version = "v2.1.0a2"
15+
version = "v2.1.0a3"
1616

1717
[project.urls]
1818
"Bug Tracker" = "https://github.com/reactive-firewall-org/multicast/issues"

0 commit comments

Comments
 (0)