Skip to content

Commit

Permalink
bump version (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkandersson authored Nov 7, 2024
1 parent 4394fda commit 39517c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [v1.4.0] - 2024-11-07

### Added

- Exceptions for docstring contents for private functions.

## [v1.3.0] - 2023-11-29

### Added
Expand Down Expand Up @@ -117,3 +123,4 @@
[v1.1.0]: https://github.com/jdkandersson/flake8-docstrings-complete/releases/v1.1.0
[v1.2.0]: https://github.com/jdkandersson/flake8-docstrings-complete/releases/v1.2.0
[v1.3.0]: https://github.com/jdkandersson/flake8-docstrings-complete/releases/v1.3.0
[v1.4.0]: https://github.com/jdkandersson/flake8-docstrings-complete/releases/v1.4.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flake8-docstrings-complete"
version = "1.3.0"
version = "1.4.0"
description = "A linter that checks docstrings are complete"
authors = ["David Andersson <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 39517c6

Please sign in to comment.