We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bede34 commit dfefe06Copy full SHA for dfefe06
docs/source/conf.py
@@ -11,7 +11,7 @@
11
project = "docformatter"
12
copyright = "2022-2023, Steven Myint"
13
author = "Steven Myint"
14
-release = "1.7.4"
+release = "1.7.5"
15
16
# -- General configuration ---------------------------------------------------
17
# 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.7.4"
+version = "1.7.5"
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.7.4"
+__version__ = "1.7.5"
0 commit comments