diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec38d6e61796f631dd07814c1b92061b44fcf486..8968de76e085478ab21899c341c2cf6eda8ad3a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 
 Changelog de SPIP 4.2
 
-## Unreleased
+## 4.2.6 - 2023-10-05
 
 ### Fixed
 
diff --git a/ecrire/inc_version.php b/ecrire/inc_version.php
index 2aeba4532d6a94f39e2d314f597cd6f569747c1e..cefb929718f99aa6286bcb3061ad25e0793ec3f6 100644
--- a/ecrire/inc_version.php
+++ b/ecrire/inc_version.php
@@ -443,8 +443,8 @@ $liste_des_authentifications = [
 // pour specifier les versions de SPIP necessaires
 // il faut s'en tenir a un nombre de decimales fixe
 // ex : 2.0.0, 2.0.0-dev, 2.0.0-beta, 2.0.0-beta2
-$spip_version_branche = '4.2.5';
-define('_SPIP_VERSION_ID', 40205);
+$spip_version_branche = '4.2.6';
+define('_SPIP_VERSION_ID', 40206);
 define('_SPIP_EXTRA_VERSION', '');
 
 // cette version dev accepte tous les plugins compatible avec la version ci-dessous
diff --git a/ecrire/paquet.xml b/ecrire/paquet.xml
index 03bdf17c5ae22980173a87a7233838ac8bdb79cb..e773ae2118730009b97b0088fdb42f33d729bd2f 100644
--- a/ecrire/paquet.xml
+++ b/ecrire/paquet.xml
@@ -1,7 +1,7 @@
 <paquet
 	prefix="spip"
 	categorie="outil"
-	version="4.2.5"
+	version="4.2.6"
 	etat="stable"
 	compatibilite="];["
 	schema="2022022303"
diff --git a/plugins-dist.json b/plugins-dist.json
index 6f04d3bfd7e979923abe83737c6be5fca509a63d..a4c5ae27b4c66a8b2f53f950783f081f135641d9 100644
--- a/plugins-dist.json
+++ b/plugins-dist.json
@@ -15,7 +15,7 @@
         "path": "plugins-dist/bigup",
         "source": "https://git.spip.net/spip/bigup.git",
         "branch": "3.2",
-        "tag": "v3.2.5"
+        "tag": "v3.2.6"
     },
     "compagnon": {
         "path": "plugins-dist/compagnon",
@@ -27,7 +27,7 @@
         "path": "plugins-dist/compresseur",
         "source": "https://git.spip.net/spip/compresseur.git",
         "branch": "2.1",
-        "tag": "v2.1.2"
+        "tag": "v2.1.3"
     },
     "dump": {
         "path": "plugins-dist/dump",
@@ -57,7 +57,7 @@
         "path": "plugins-dist/medias",
         "source": "https://git.spip.net/spip/medias.git",
         "branch": "4.1",
-        "tag": "v4.1.2"
+        "tag": "v4.1.3"
     },
     "mots": {
         "path": "plugins-dist/mots",
@@ -105,7 +105,7 @@
         "path": "plugins-dist/svp",
         "source": "https://git.spip.net/spip/svp.git",
         "branch": "3.1",
-        "tag": "v3.1.4"
+        "tag": "v3.1.5"
     },
     "textwheel": {
         "path": "plugins-dist/textwheel",