From c9f2d52aef3be0db56b0c0bffc8d0ed3b64a2d14 Mon Sep 17 00:00:00 2001 From: "Carles S. Soriano Perez" Date: Wed, 21 Dec 2022 16:35:57 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.11.1=20=E2=86=92=200.11.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 2 ++ koswat/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 35916556..79d7aaa8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,5 @@ +## v0.11.2 (2022-12-21) + ## v0.11.1 (2022-12-20) ### Fix diff --git a/koswat/__init__.py b/koswat/__init__.py index fee46bd8..e2bd0728 100644 --- a/koswat/__init__.py +++ b/koswat/__init__.py @@ -1 +1 @@ -__version__ = "0.11.1" +__version__ = "0.11.2" diff --git a/pyproject.toml b/pyproject.toml index 04a41b56..f8002487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = ["Peter de Grave "] @@ -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",