Skip to content

Commit 9673941

Browse files
[UPDATE] Version Bump to v2.0.4
Changes in file docs/conf.py: - version bump to `v2.0.4` (ready for release) Changes in file multicast/__init__.py: - version bump to `v2.0.4` (ready for release) Changes in file setup.cfg: - version bump to `v2.0.4` (ready for release)
1 parent 2321ec6 commit 9673941

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
@@ -116,7 +116,7 @@
116116
# The short X.Y version.
117117
version = "v2.0"
118118
# The full version, including alpha/beta/rc tags.
119-
release = "v2.0.4-rc-3"
119+
release = "v2.0.4"
120120

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

multicast/__init__.py

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

9494
global __version__ # skipcq: PYL-W0604
9595

96-
__version__ = """2.0.4-rc-3"""
96+
__version__ = """2.0.4"""
9797
"""The version of this program.
9898
9999
Minimal Acceptance Testing:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = multicast
3-
version = 2.0.4-rc-3
3+
version = 2.0.4
44
author = Mr. Walls
55
author_email = [email protected]
66
description = Multicast Python Module for Send/Recv Stubs.

0 commit comments

Comments
 (0)