Skip to content

Commit e80de17

Browse files
Release v1.2.0 (#1219)
Co-authored-by: GitHub Actions Bot <> Co-authored-by: dalmijn <[email protected]>
1 parent e1b3842 commit e80de17

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/_static/switcher.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
"version": "1.1.0",
7575
"url": "https://deltares.github.io/hydromt/v1.1.0/"
7676
},
77+
{
78+
"name": "v1.2.0",
79+
"version": "1.2.0",
80+
"url": "https://deltares.github.io/hydromt/v1.2.0/"
81+
},
7782
{
7883
"name": "latest",
7984
"version": "latest",

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The format is based on `Keep a Changelog`_, and this project adheres to
77
`Semantic Versioning`_.
88

99

10-
Unreleased
11-
==========
10+
v1.2.0 (2025-07-22)
11+
===================
1212

1313
New
1414
---

hydromt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""HydroMT: Automated and reproducible model building and analysis."""
22

33
# version number without 'v' at start
4-
__version__ = "1.1.0.dev0"
4+
__version__ = "1.2.0"
55

66
# This is only here to suppress the bug described in
77
# https://github.com/pydata/xarray/issues/7259

0 commit comments

Comments
 (0)