File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 125125# The short X.Y version.
126126version = "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.
238238try :
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,
Original file line number Diff line number Diff line change 117117
118118global __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:
Original file line number Diff line number Diff line change 11[metadata]
22name = multicast
3- version = 2.0.7
3+ version = 2.0.8
44author = Mr. Walls
5566description = Multicast Python Module for Send/Recv Stubs.
You can’t perform that action at this time.
0 commit comments