diff --git a/docs/changelog.rst b/docs/changelog.rst index 63523c10..afd6d9b3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,8 +6,10 @@ All notable changes to this project will be documented in this page. The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. -Unreleased -========== +v0.2.1 (22 November 2022) +========================= +New setup_staticmaps_from_raster method and river smoothing algorithm. Correct some bugs linked to soon +deprecated staticmaps and staticgeoms objects in hydromt core to work with the new 0.6.0 release. Added ----- diff --git a/hydromt_wflow/__init__.py b/hydromt_wflow/__init__.py index 83010837..779aa9cd 100644 --- a/hydromt_wflow/__init__.py +++ b/hydromt_wflow/__init__.py @@ -2,7 +2,7 @@ from os.path import join, dirname, abspath -__version__ = "0.2.1.dev" +__version__ = "0.2.1" try: import pcraster as pcr