We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530b470 commit f82a614Copy full SHA for f82a614
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog of threedigrid-builder
2
================================
3
4
-1.14.3 (unreleased)
+1.14.3 (2024-06-21)
5
-------------------
6
7
- Fix error for schematisation without any breaches
threedigrid_builder/__init__.py
@@ -2,5 +2,5 @@
from .exceptions import * # NOQA
# fmt: off
-__version__ = '1.14.2'
+__version__ = '1.14.3'
# fmt: on
0 commit comments