Skip to content

Commit 62746b0

Browse files
[UPDATE] Sync with v2.0.8
Changes in file docs/conf.py: * related work Changes in file multicast/__init__.py: * related work Changes in file setup.cfg: * related work
1 parent 3baf872 commit 62746b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
# The short X.Y version.
126126
version = "v2.0"
127127
# The full version, including alpha/beta/rc tags.
128-
release = "v2.0.7"
128+
release = "v2.0.8"
129129

130130
# The language for content autogenerated by Sphinx. Refer to documentation
131131
# for a list of supported languages.
@@ -238,7 +238,7 @@
238238
try:
239239
from sphinxawesome_theme.postprocess import Icons
240240
html_permalinks_icon = Icons.permalinks_icon
241-
except Exception:
241+
except Exception: # pragma: no branch
242242
html_permalinks_icon = "<span>#</span>"
243243

244244
# Add any paths that contain custom static files (such as style sheets) here,

multicast/__init__.py

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

118118
global __version__ # skipcq: PYL-W0604
119119

120-
__version__ = "2.0.7"
120+
__version__ = "2.0.8"
121121
"""The version of this program.
122122
123123
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.7
3+
version = 2.0.8
44
author = Mr. Walls
55
author_email = [email protected]
66
description = Multicast Python Module for Send/Recv Stubs.

0 commit comments

Comments
 (0)