Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Lubbers committed Oct 31, 2022
1 parent 569e91e commit 744be69
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========
- :release:`0.1.12 <2022-10-24>`
- :release:`0.2.1 <2022-10-31>`
- :bug:`-` Fix: Updated D-Geo Flow model to latest version before release.

- :release:`0.2.0 <2022-10-24>`
- :feature:`-` Feature: Add support for upcoming release of D-Geo Flow 2022.01. By MatthiasHauthVIKTOR & carloslubbers. 👍

- :release:`0.1.12 <2022-10-21>`
Expand Down
2 changes: 1 addition & 1 deletion geolib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GEOLib Library
"""

__version__ = "0.2.0"
__version__ = "0.2.1"

from . import utils
from .models import *
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 = "d-geolib"
version = "0.2.0"
version = "0.2.1"
description = "Python wrappers around the input and output files of the Deltares D-Serie models"
authors = ["Maarten Pronk <maarten.pronk@deltares.nl>", "Deltares"]
license = "MIT"
Expand Down Expand Up @@ -70,7 +70,7 @@ profile = "black"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.2.0"
version = "0.2.1"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"pyproject.toml:^version",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_geolib.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .context import geolib

version = "0.2.0"
version = "0.2.1"


@pytest.mark.systemtest
Expand Down

0 comments on commit 744be69

Please sign in to comment.