Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xldeltares committed Nov 20, 2023
1 parent 25e7557 commit b44e73f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 2 additions & 5 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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.2.0 (20 November 2023)
=========================
Major dependency upgrade and add support for compound structures.

Added
Expand All @@ -21,9 +21,6 @@ Changed
- Upgraded hydrolib-core dependency to version 0.6.0. (PR#109)
- Support multiple structures at the same location. (PR#113)

Fixed
-----

v0.1.2 (20 October 2023)
========================
Added examples, updated documentation and Upgraded dependency.
Expand Down
3 changes: 1 addition & 2 deletions hydromt_delft3dfm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

from os.path import abspath, dirname, join

__version__ = "0.1.3.dev"

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

from .dflowfm import *

0 comments on commit b44e73f

Please sign in to comment.