diff --git a/CHANGELOG.md b/CHANGELOG.md index a2b406c..e6c59f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to **ogs6py** will be documented in this file. +## [0.34] + +### Changes +* Switch to turn off logging + ## [0.33] ### Changes diff --git a/ogs6py/_version.py b/ogs6py/_version.py index 9cde3d3..2081c87 100644 --- a/ogs6py/_version.py +++ b/ogs6py/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Provide a central version.""" -__version__ = "0.33" +__version__ = "0.332"