File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99project = 'docformatter'
1010copyright = '2022-2023, Steven Myint'
1111author = 'Steven Myint'
12- release = '1.6.2 '
12+ release = '1.6.3 '
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " docformatter"
3- version = " 1.6.2 "
3+ version = " 1.6.3 "
44description = " Formats docstrings to follow PEP 257"
55authors = [" Steven Myint" ]
66maintainers = [
Original file line number Diff line number Diff line change 2323# SOFTWARE.
2424"""Package information for docformatter."""
2525
26- __version__ = "1.6.2 "
26+ __version__ = "1.6.3 "
You can’t perform that action at this time.
0 commit comments