Skip to content

Commit

Permalink
Merge pull request #115 from Deltares/post-release
Browse files Browse the repository at this point in the history
post release
  • Loading branch information
xldeltares committed Nov 20, 2023
2 parents b44e73f + 9b42d0f commit d4c610a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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
-----

v0.2.0 (20 November 2023)
=========================
Major dependency upgrade and add support for compound structures.
Expand Down
2 changes: 1 addition & 1 deletion hydromt_delft3dfm/__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.2.0"
__version__ = "0.2.1.dev"
DATADIR = join(dirname(abspath(__file__)), "data")

from .dflowfm import *

0 comments on commit d4c610a

Please sign in to comment.