Skip to content

Commit a027ada

Browse files
authored
chore: update version strings (#205)
1 parent 4c6fdc6 commit a027ada

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'docformatter'
1010
copyright = '2022-2023, Steven Myint'
1111
author = 'Steven Myint'
12-
release = '1.6.4'
12+
release = '1.6.5'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docformatter"
3-
version = "1.6.4"
3+
version = "1.6.5"
44
description = "Formats docstrings to follow PEP 257"
55
authors = ["Steven Myint"]
66
maintainers = [

Diff for: src/docformatter/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
# SOFTWARE.
2424
"""Package information for docformatter."""
2525

26-
__version__ = "1.6.4"
26+
__version__ = "1.6.5"

0 commit comments

Comments
 (0)