diff --git a/ALL_README.md b/ALL_README.md
index a01b345..8938aae 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -1,6 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
+- [Lee el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
diff --git a/README.md b/README.md
index e1140e9..67f7af7 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Superset provides:
*-- Superset's Github repository*
-**Shipped version:** 4.0.0~ynh1
+**Shipped version:** 4.0.1~ynh1
## Screenshots
diff --git a/README_es.md b/README_es.md
new file mode 100644
index 0000000..d290e50
--- /dev/null
+++ b/README_es.md
@@ -0,0 +1,62 @@
+
+
+# Apache Superset para Yunohost
+
+[](https://dash.yunohost.org/appci/app/superset)  
+
+[](https://install-app.yunohost.org/?app=superset)
+
+*[Leer este README en otros idiomas.](./ALL_README.md)*
+
+> *Este paquete le permite instalarApache Superset rapidamente y simplement en un servidor YunoHost.*
+> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
+
+## Descripción general
+
+Superset is a modern data exploration and data visualization platform. Superset can replace or augment proprietary business intelligence tools for many teams. Superset integrates well with a variety of data sources.
+
+Superset provides:
+
+- A no-code interface for building charts quickly
+- A powerful, web-based SQL Editor for advanced querying
+- A lightweight semantic layer for quickly defining custom dimensions and metrics
+- Out of the box support for nearly any SQL database or data engine
+- A wide array of beautiful visualizations to showcase your data, ranging from simple bar charts to geospatial visualizations
+- Lightweight, configurable caching layer to help ease database load
+- Highly extensible security roles and authentication options
+- An API for programmatic customization
+- A cloud-native architecture designed from the ground up for scale
+
+*-- Superset's Github repository*
+
+
+**Versión actual:** 4.0.1~ynh1
+
+## Capturas
+
+
+
+## Documentaciones y recursos
+
+- Sitio web oficial:
+- Documentación administrador oficial:
+- Repositorio del código fuente oficial de la aplicación :
+- Catálogo YunoHost:
+- Reportar un error:
+
+## Información para desarrolladores
+
+Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/superset_ynh/tree/testing
+
+Para probar la rama `testing`, sigue asÍ:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/superset_ynh/tree/testing --debug
+o
+sudo yunohost app upgrade superset -u https://github.com/YunoHost-Apps/superset_ynh/tree/testing --debug
+```
+
+**Mas informaciones sobre el empaquetado de aplicaciones:**
diff --git a/README_eu.md b/README_eu.md
index 01fdde0..b9af79f 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -33,7 +33,7 @@ Superset provides:
*-- Superset's Github repository*
-**Paketatutako bertsioa:** 4.0.0~ynh1
+**Paketatutako bertsioa:** 4.0.1~ynh1
## Pantaila-argazkiak
diff --git a/README_fr.md b/README_fr.md
index 89de3ff..4d1b2fa 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -33,7 +33,7 @@ Superset provides:
*-- Superset's Github repository*
-**Version incluse :** 4.0.0~ynh1
+**Version incluse :** 4.0.1~ynh1
## Captures d’écran
diff --git a/README_gl.md b/README_gl.md
index b4fd443..3f7c57e 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -33,7 +33,7 @@ Superset provides:
*-- Superset's Github repository*
-**Versión proporcionada:** 4.0.0~ynh1
+**Versión proporcionada:** 4.0.1~ynh1
## Capturas de pantalla
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 2d66e64..10c3c34 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -3,7 +3,7 @@
请勿手动编辑。
-->
-# YunoHost 的 Apache Superset
+# YunoHost 上的 Apache Superset
[](https://dash.yunohost.org/appci/app/superset)  
@@ -33,7 +33,7 @@ Superset provides:
*-- Superset's Github repository*
-**分发版本:** 4.0.0~ynh1
+**分发版本:** 4.0.1~ynh1
## 截图
diff --git a/manifest.toml b/manifest.toml
index 60de13e..17c2a3d 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -6,7 +6,7 @@ name = "Apache Superset"
description.en = "Data exploration and visualization platform"
description.fr = "Plateforme d'exploration et de visualisation de données"
-version = "4.0.0~ynh1"
+version = "4.0.1~ynh1"
maintainers = ["tituspijean"]
@@ -48,8 +48,8 @@ ram.runtime = "500M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/apache/superset/archive/refs/tags/4.0.0.tar.gz"
- sha256 = "b1ac1c610c7893f36d10b05da419e54a582b851992cb98485501a35f6ab05e44"
+ url = "https://github.com/apache/superset/archive/refs/tags/4.0.1.tar.gz"
+ sha256 = "63dde50deb07f18cd104afd9fea79515a364bf3dfda61964455c9b7abc1f7183"
prefetch = false
autoupdate.strategy = "latest_github_release"