diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 927db0b1a..300752e20 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog Development *********** +0.43.0 (05.09.2022) +******************* + - Use lxml.iterparse to reduce memory consumption when parsing DWD Mosmix files - Fix Settings object instantiation - Change logging level for Settings.cache_disable to INFO diff --git a/pyproject.toml b/pyproject.toml index bce518780..3a77d8883 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wetterdienst" -version = "0.42.1" +version = "0.43.0" description = "Open weather data for humans" authors = [ "Benjamin Gutzmann ",