From c805ea3b7b0ca73cc42cf3617f44994f1ee72554 Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Sun, 23 May 2021 12:55:31 +0200 Subject: [PATCH] v4.0.2 --- README.rst | 5 +++++ nautilus_terminal/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e027d3c..be2cc69 100644 --- a/README.rst +++ b/README.rst @@ -332,6 +332,11 @@ Wanna support this project? Changelog --------- +* **4.0.2:** + + * Improve packageability (#63) + * Adds some documentation for packagers + * **4.0.1:** * Install and compile GLib schema on user-install diff --git a/nautilus_terminal/__init__.py b/nautilus_terminal/__init__.py index f899d82..64500c1 100644 --- a/nautilus_terminal/__init__.py +++ b/nautilus_terminal/__init__.py @@ -1,3 +1,3 @@ -VERSION = "4.0.1" +VERSION = "4.0.2" APPLICATION_ID = "org.flozz.nautilus-terminal" APPLICATION_NAME = "Nautilus Terminal"