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"