Skip to content

Commit

Permalink
bump: version 0.11.3 → 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 12, 2023
1 parent 611b8d5 commit 07508ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.11.4 (2023-01-12)

### Fix

- **standard_reinforcement_layers_wrapper_builder**: Fixed sand layer added surface not being correct
- **calc_library.py**: After doing a geometry union the resulting geometry gets now their points in order

## v0.11.3 (2023-01-12)

### 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.3"
__version__ = "0.11.4"
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.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]>"]
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 07508ce

Please sign in to comment.