diff --git a/README.rst b/README.rst index ef71ae1..4f6e314 100644 --- a/README.rst +++ b/README.rst @@ -317,6 +317,11 @@ Wanna support this project? Changelog --------- +* **4.0.1:** + + * Install and compile GLib schema on user-install + * Update the documentation + * **4.0.0:** * Nautilus 40 support diff --git a/nautilus_terminal/__init__.py b/nautilus_terminal/__init__.py index 96f4a9c..f899d82 100644 --- a/nautilus_terminal/__init__.py +++ b/nautilus_terminal/__init__.py @@ -1,3 +1,3 @@ -VERSION = "4.0.0" +VERSION = "4.0.1" APPLICATION_ID = "org.flozz.nautilus-terminal" APPLICATION_NAME = "Nautilus Terminal"