Skip to content

Commit

Permalink
post-release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xldeltares committed Sep 22, 2023
1 parent 791d5c5 commit 30c4fd3
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.1.0 (22 September 2023)
==========================
First experimental release of functionalities to build and update Delft3D FM 1D2D models.
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.1.0"
__version__ = "0.1.1.dev"

DATADIR = join(dirname(abspath(__file__)), "data")

Expand Down

0 comments on commit 30c4fd3

Please sign in to comment.