Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
hboisgon committed Jan 22, 2025
1 parent 12bbe57 commit c77bee8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,17 @@ 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.7.1 (22 January 2025)
========================
Small release to fix temporary support for python 3.9.

Added
-----
- **setup_ksatver_vegetation**: method to calculate KsatVer_vegetation to account for biologically-enhanced soil structure in KsatVer.

Changed
-------
-
- **setup_ksatver_vegetation**: method to calculate KsatVer_vegetation to account for biologically-enhanced soil structure in KsatVer. PR #313

Fixed
-----
-
- Support for python 3.9

v0.7.0 (8 November 2024)
========================
Expand Down
2 changes: 1 addition & 1 deletion hydromt_wflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""hydroMT plugin for wflow models."""

__version__ = "0.7.1dev0"
__version__ = "0.7.1"

from .naming import *
from .utils import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"pandas",
"pyflwdir>=0.5.7",
"pyproj",
"rioxarray",
"rioxarray<=0.17.0", # pin because of xarray pin
"scipy",
"shapely",
"toml",
Expand Down

0 comments on commit c77bee8

Please sign in to comment.