Skip to content

Commit

Permalink
bump: version 2.6.20 → 2.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2023
1 parent bf476c1 commit 2bc8a37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.6.21 (2023-12-11)

### chore

- bump the dependencies group with 1 update (#91)

## v2.6.20 (2023-12-04)

### chore
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "twyn"
version = "2.6.20"
version = "2.6.21"
description = ""
authors = ["Daniel Sanz, Sergio Castillo, Ludo van Orden, Dmitrii Fedotov"]
readme = "README.md"
Expand Down Expand Up @@ -98,7 +98,7 @@ exclude_lines = ["if TYPE_CHECKING:", "pragma: no cover"]

[tool.commitizen]
version_files = ["pyproject.toml:version"]
version = "2.6.20"
version = "2.6.21"
tag_format = "v$version"
name = "cz_customize"

Expand Down

0 comments on commit 2bc8a37

Please sign in to comment.