Skip to content

Commit

Permalink
bump: version 0.11.1 → 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsopre committed Dec 21, 2022
1 parent 8eb2c69 commit c9f2d52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v0.11.2 (2022-12-21)

## v0.11.1 (2022-12-20)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion koswat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.1"
__version__ = "0.11.2"
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 = "koswat"
version = "0.11.1"
version = "0.11.2"
description = "Koswat, from the dutch combination of words `Kosts-Wat` (what are the costs). Analyzes all the possible dikes reinforcements based on a provided traject, with surrounding constructions, and what their related costs will be."
authors = ["Carles S. Soriano Pérez <[email protected]>"]
maintainers = ["Peter de Grave <[email protected]>"]
Expand Down Expand Up @@ -71,7 +71,7 @@ line_length = 88
name = "cz_conventional_commits"
changelog_file = "docs/changelog.md"
update_changelog_on_bump = true
version = "0.11.1"
version = "0.11.2"
tag_format = "v$major.$minor.$patch"
version_files= [
"koswat/__init__.py",
Expand Down

0 comments on commit c9f2d52

Please sign in to comment.