From 1e6481dd42eb73accdbeae3b054e3e332bb83406 Mon Sep 17 00:00:00 2001 From: Robin Wimmers Date: Fri, 15 Mar 2024 14:52:08 +0100 Subject: [PATCH] chore(release): version 0.1.5 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- src/pyvibracore/_version.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f62a56a..cad1b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.1.5] - 2024-03-15 + +### Bug Fixes + +- Better error massage handling + +### Features + +- Add allow groundwater_level_offset to be set for project + ## [0.1.4] - 2024-02-14 ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 2e6693f..5acef76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "py-vibracore" -version = "0.1.4" +version = "0.1.5" description = "Public python SDK for the CEMS VibraCore web-API." requires-python = ">=3.9" dependencies = [ diff --git a/src/pyvibracore/_version.py b/src/pyvibracore/_version.py index bbab024..1276d02 100644 --- a/src/pyvibracore/_version.py +++ b/src/pyvibracore/_version.py @@ -1 +1 @@ -__version__ = "0.1.4" +__version__ = "0.1.5"