Skip to content

Commit

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

### Fix

- **calc_library**: Small correction to avoid crashing when trying to order multiline strings

## v0.11.4 (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.4"
__version__ = "0.11.5"
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.4"
version = "0.11.5"
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.4"
version = "0.11.5"
tag_format = "v$major.$minor.$patch"
version_files= [
"koswat/__init__.py",
Expand Down

0 comments on commit bcec43d

Please sign in to comment.