Skip to content

Commit

Permalink
post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 18, 2024
1 parent 78d5b94 commit 429c569
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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.3.0 (18 October 2024)
==========
This version includes many code updates to accomodate for newer versions of dependencies.
Expand Down
1 change: 0 additions & 1 deletion docs/dev_guide/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Release steps:

Post release:

* Small pull request
* Update the version to 0.1.1 (bump patch)
* Initialise changelog unrelease/added/fixed/changed
* Push and merge to main
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.3.0"
__version__ = "0.3.1"
DATADIR = join(dirname(abspath(__file__)), "data")

from .dflowfm import *

0 comments on commit 429c569

Please sign in to comment.