From 708124697e736bab9e90b2e29898999b9800682d Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Sun, 2 May 2021 16:04:42 +0200 Subject: [PATCH] v4.0.1 --- README.rst | 5 +++++ nautilus_terminal/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"