From de0d4a6feb96fa8f24635f6130e715e019bb01dc Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Thu, 1 Apr 2021 18:18:47 +0200 Subject: [PATCH] v3.5.0 --- README.rst | 7 +++++++ nautilus_terminal/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 24ad2c4..bf3cc3e 100644 --- a/README.rst +++ b/README.rst @@ -237,6 +237,13 @@ Wanna support this project? Changelog --------- +* **3.5.0:** + + * Fixes minimum height when the teminal is on the bottom (@tkachen, #52) + * Allows to configure the font (@tkachen, #10, #53) + * Drops Python 3.6 support + * Coding style enforced using Black + * **3.4.2:** Fixes the PYPI package with an up to date version of the compiled gsettings schema * **3.4.1:** Updates documentation and settings screenshot. diff --git a/nautilus_terminal/__init__.py b/nautilus_terminal/__init__.py index c219567..e4e0130 100644 --- a/nautilus_terminal/__init__.py +++ b/nautilus_terminal/__init__.py @@ -1,2 +1,2 @@ -VERSION = "3.4.2" +VERSION = "3.5.0" APPLICATION_ID = "org.flozz.nautilus-terminal"