Skip to content

Commit d2b1d21

Browse files
committed
Update version; update changelog
1 parent f70caa4 commit d2b1d21

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Change Log
22

3-
## [Unpublished]
3+
## [0.3.7] - 2023-10-19
44

55
- Changed
6+
67
- Improved documentation
8+
- Disabled parallel mode for pre-commit
9+
(https://github.com/jsh9/pydoclint/pull/93)
10+
11+
- Full diff
12+
- https://github.com/jsh9/pydoclint/compare/0.3.6...0.3.7
713

814
## [0.3.6] - 2023-10-18
915

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pydoclint
3-
version = 0.3.6
3+
version = 0.3.7
44
description = A Python docstring linter that checks arguments, returns, yields, and raises sections
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)