Skip to content

Commit

Permalink
Merge pull request #193 from Deltares/version_bump_0.3.1
Browse files Browse the repository at this point in the history
bump version post release v0.3.0
  • Loading branch information
JoostBuitink authored Jul 27, 2023
2 parents eaa5f4c + aaf1160 commit 599bc10
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
18 changes: 18 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ 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
==========

Added
-----

Changed
-------

Fixed
-----

Deprecated
----------

Documentation
-------------

v0.3.0 (July 2023)
==================
Various new features and bugfixes in support of Wflow.jl v0.7.1. This version works with HydroMT v0.8.0.
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- cartopy # to run examples
- descartes # to run examples
- hydromt_wflow>=0.2.1
- hydromt_wflow>=0.3.0
- jupyter # to run examples
- matplotlib # to run examples
# - pcraster # optional
Expand Down
2 changes: 1 addition & 1 deletion envs/hydromt-wflow-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:

# note that these are the developer dependencies
dependencies:
- hydromt >= 0.5.0
- hydromt >= 0.8.0
- dask
- geopandas >=0.10
- netcdf4
Expand Down
2 changes: 1 addition & 1 deletion hydromt_wflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from os.path import join, dirname, abspath

__version__ = "0.3.0"
__version__ = "0.3.1.dev0"

try:
import pcraster as pcr
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ authors = [
{ name = "Hélène Boisgontier", email = "[email protected]" },
]
dependencies = [
"hydromt >=0.8,<0.9",
"dask",
"geopandas >=0.10",
"hydromt >=0.8",
"netcdf4",
"numpy",
"pandas",
"pyflwdir>=0.5.7",
"rasterio",
"pyproj",
"rioxarray",
"scipy",
"shapely",
"toml",
"xarray",
]
Expand Down

0 comments on commit 599bc10

Please sign in to comment.