Skip to content

Commit

Permalink
Preparing release 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daanvaningen committed Oct 23, 2024
1 parent cb47e0c commit c29bec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog of threedigrid-builder
================================


1.20.1 (unreleased)
1.20.1 (2024-10-23)
-------------------

- Fix interception file settings not being read properly in new schema version.
Expand Down
2 changes: 1 addition & 1 deletion threedigrid_builder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .exceptions import * # NOQA

# fmt: off
__version__ = '1.20.1.dev0'
__version__ = '1.20.1'
# fmt: on

0 comments on commit c29bec7

Please sign in to comment.