Skip to content

Commit

Permalink
bump: version 0.1.12 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Lubbers committed Oct 24, 2022
1 parent 317d4b9 commit 89e5328
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,7 +1,10 @@
Changelog
=========
- :release:`0.1.12 <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>`
- :bug:`-` Fix: Fixed documentation typo link. 👍
- :bug:`-` Fix: Fixed documentation typo link.

- :release:`0.1.11 <2022-10-10>`
- :bug:`-` Fix: Changed default value pre stress in anchors D-SheetPiling from 0.1 to 0.0 (#28). By martinapippi. 👍
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.1.12"
__version__ = "0.2.0"

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.1.12"
version = "0.2.0"
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.1.12"
version = "0.2.0"
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.1.12"
version = "0.2.0"


@pytest.mark.systemtest
Expand Down

0 comments on commit 89e5328

Please sign in to comment.