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"