From 78887f54e6583b5fe589d266e7318581722b8b15 Mon Sep 17 00:00:00 2001 From: hboisgon Date: Tue, 22 Nov 2022 10:40:58 +0800 Subject: [PATCH] bump version for release --- docs/changelog.rst | 6 ++++-- hydromt_wflow/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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