We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504e950 commit 154028bCopy full SHA for 154028b
3 files changed
docs/source/conf.py
@@ -9,7 +9,7 @@
9
project = 'docformatter'
10
copyright = '2022-2023, Steven Myint'
11
author = 'Steven Myint'
12
-release = '1.6.2'
+release = '1.6.3'
13
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "docformatter"
3
-version = "1.6.2"
+version = "1.6.3"
4
description = "Formats docstrings to follow PEP 257"
5
authors = ["Steven Myint"]
6
maintainers = [
src/docformatter/__pkginfo__.py
@@ -23,4 +23,4 @@
23
# SOFTWARE.
24
"""Package information for docformatter."""
25
26
-__version__ = "1.6.2"
+__version__ = "1.6.3"
0 commit comments