From b5a9ee7578bc547d16bb779738a93a60d37746c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20S=2E=20Soriano=20P=C3=A9rez?= Date: Tue, 14 Jun 2022 14:23:21 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.9.1=20=E2=86=92=200.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 5 +++++ pyproject.toml | 4 ++-- src/__init__.py | 2 +- src/core/__init__.py | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 8b93c1e..5d507f5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,8 @@ +## v0.9.2 (2022-06-14) + + +- docs: Manually updated documentation, restored commitizen configuration + ## v0.9.1 (2022-06-14) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 397b78f..5c7a904 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "NBSDynamics" -version = "0.9.1" +version = "0.9.2" description = "A biophysical model framework written in Python to make simulations on coral development based on four environmental factors: (1) light; (2) flow; (3) temperature; and (4) acidity. For the hydrodynamics, the model can be coupled to Delft3D Flexible Mesh; a hydrodynamic model developed at Deltares." authors = ["Jasper Dijkstra "] maintainers = ["Carles S. Soriano Perez "] @@ -44,7 +44,7 @@ commitizen = "^2.27.1" [tool.commitizen] name = "cz_conventional_commits" changelog_file = "docs/changelog.md" -version = "0.9.1" +version = "0.9.2" tag_format = "v$major.$minor.$patch" version_files = [ "src/__init__.py", diff --git a/src/__init__.py b/src/__init__.py index 53e658b..7330a15 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.9.1" +__version__ = "0.9.2" __all__ = ["core", "biota_models", "tools"] diff --git a/src/core/__init__.py b/src/core/__init__.py index 5bdc662..233d14a 100644 --- a/src/core/__init__.py +++ b/src/core/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.1" +__version__ = "0.9.2" __all__ = [ "biota", "hydrodynamics",