-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
611b8d5
commit 07508ce
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.11.3" | ||
__version__ = "0.11.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "koswat" | ||
version = "0.11.3" | ||
version = "0.11.4" | ||
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]>"] | ||
|
@@ -75,7 +75,7 @@ line_length = 88 | |
name = "cz_conventional_commits" | ||
changelog_file = "docs/changelog.md" | ||
update_changelog_on_bump = true | ||
version = "0.11.3" | ||
version = "0.11.4" | ||
tag_format = "v$major.$minor.$patch" | ||
version_files= [ | ||
"koswat/__init__.py", | ||
|