diff --git a/README.rst b/README.rst
index 52ca54b..e88452b 100644
--- a/README.rst
+++ b/README.rst
@@ -39,6 +39,7 @@ Deltares packages currently included are:
* `HydroMT SFINCS plugin `_
* `HydroMT DELWAQ plugin `_
* `xugrid `_
+* `Ribasim Python `_
* `gistim `_
Important non-Deltares packages included in Deltaforge are:
diff --git a/deltaforge/construct.yaml b/deltaforge/construct.yaml
index 854d03a..e85c913 100644
--- a/deltaforge/construct.yaml
+++ b/deltaforge/construct.yaml
@@ -1,5 +1,5 @@
name: Deltaforge
-version: 0.6.0
+version: 0.7.0
installer_type: all
channels:
@@ -51,6 +51,7 @@ specs:
- python-graphviz
- pyvista
- rasterio >=1.0
+ - ribasim >=2024.10.0
- rioxarray
- scipy
- scooby
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 8142460..4091fc8 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -7,6 +7,12 @@ version, the latest versions of packages of that moment are installed if left
unspecified in the ``construct.yaml`` file. The latest version of which can be
found in :ref:`include-pkg`.
+v0.7.0 [08-08-2024]
+###################
+
+- Include Ribasim Python
+- Enforce ribasim >= 2024.10.0
+
v0.6.0 [20-03-2024]
###################
diff --git a/docs/index.rst b/docs/index.rst
index 04acb54..27b1b56 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -38,6 +38,7 @@ Deltares packages currently included are:
* `HydroMT WFLOW plugin `_
* `HydroMT SFINCS plugin `_
* `HydroMT DELWAQ plugin `_
+* `Ribasim Python `_
* `xugrid `_
* `gistim `_