Skip to content

Commit

Permalink
bump versions; prep changelog (#222)
Browse files Browse the repository at this point in the history
* bump versions; prep changelog

* remove whitespace
  • Loading branch information
JoostBuitink authored Nov 22, 2023
1 parent 93bcd9f commit 42ba639
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 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.4.1 (November 2023)
======================
Small update
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 abspath, dirname, join

__version__ = "0.4.1"
__version__ = "0.4.2.dev0"

try:
import pcraster as pcr
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [
dependencies = [
"dask",
"geopandas>=0.10",
"hydromt>=0.9.1,<0.10",
"hydromt>=0.9.1",
"netcdf4",
"numpy",
"pandas",
Expand Down Expand Up @@ -87,7 +87,7 @@ wflow_sediment = "hydromt_wflow.wflow_sediment:WflowSedimentModel"

[tool.make_env]
channels = ["conda-forge"]
deps_not_in_conda = [
deps_not_in_conda = [
"gwwapi",
"hydroengine",
"sphinx_autosummary_accessors",
Expand Down

0 comments on commit 42ba639

Please sign in to comment.