Skip to content

Commit 39517c6

Browse files
authored
bump version (#32)
1 parent 4394fda commit 39517c6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v1.4.0] - 2024-11-07
6+
7+
### Added
8+
9+
- Exceptions for docstring contents for private functions.
10+
511
## [v1.3.0] - 2023-11-29
612

713
### Added
@@ -117,3 +123,4 @@
117123
[v1.1.0]: https://github.com/jdkandersson/flake8-docstrings-complete/releases/v1.1.0
118124
[v1.2.0]: https://github.com/jdkandersson/flake8-docstrings-complete/releases/v1.2.0
119125
[v1.3.0]: https://github.com/jdkandersson/flake8-docstrings-complete/releases/v1.3.0
126+
[v1.4.0]: https://github.com/jdkandersson/flake8-docstrings-complete/releases/v1.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flake8-docstrings-complete"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "A linter that checks docstrings are complete"
55
authors = ["David Andersson <david@jdkandersson.com>"]
66
license = "Apache 2.0"

0 commit comments

Comments
 (0)