Skip to content

Commit

Permalink
bump: version 0.12.0 → 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2023
1 parent d36e866 commit 93c8f5f
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.12.1 (2023-01-27)

### Fix

- **calc_library.py**: Standrad reinforcement calculation now uses a different method to make sure the added geometry is normalized

## v0.12.0 (2023-01-26)

### Feat
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.12.0"
__version__ = "0.12.1"
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.12.0"
version = "0.12.1"
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.12.0"
version = "0.12.1"
tag_format = "v$major.$minor.$patch"
version_files= [
"koswat/__init__.py",
Expand Down

0 comments on commit 93c8f5f

Please sign in to comment.