Skip to content

Commit

Permalink
bump: version 0.9.1 → 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsopre committed Jun 14, 2022
1 parent cb437a9 commit b5a9ee7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.9.2 (2022-06-14)


- docs: Manually updated documentation, restored commitizen configuration

## v0.9.1 (2022-06-14)
### Fix

Expand Down
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 = "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 <jasper.dijkstra@deltares.nl>"]
maintainers = ["Carles S. Soriano Perez <carles.sorianoperez@deltares.nl>"]
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.9.1"
__version__ = "0.9.2"
__all__ = ["core", "biota_models", "tools"]
2 changes: 1 addition & 1 deletion src/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.1"
__version__ = "0.9.2"
__all__ = [
"biota",
"hydrodynamics",
Expand Down

0 comments on commit b5a9ee7

Please sign in to comment.