From e79ecdb03588244c7960e074a34731aff1728e8c Mon Sep 17 00:00:00 2001 From: Sam Vente Date: Thu, 19 Oct 2023 15:00:32 +0200 Subject: [PATCH] bump version and finalise changelog --- docs/changelog.rst | 3 ++- hydromt/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a3fb17554..1c9fc06e9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,7 +6,8 @@ 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.9.0 (2023-10-19) ========== Added diff --git a/hydromt/__init__.py b/hydromt/__init__.py index 6dd041048..234a91fde 100644 --- a/hydromt/__init__.py +++ b/hydromt/__init__.py @@ -1,7 +1,7 @@ """HydroMT: Automated and reproducible model building and analysis.""" # version number without 'v' at start -__version__ = "0.8.1.dev0" +__version__ = "0.9.0" # pkg_resource deprication warnings originate from dependencies # so silence them for now