From d81a06d0316d95719cee80edd400a950e3e460d6 Mon Sep 17 00:00:00 2001 From: lehtojaa <60611263+lehtojaa@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:33:30 +0300 Subject: [PATCH] Release 1.3.4 (#37) --- CHANGELOG.md | 4 ++++ setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be9e3b9..ed33fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Version: 1.3.3 (31-05-2023) +* [#34](https://github.com/GispoCoding/pytest-qgis/pull/34): Use tempfile instead of protected TempPathFactory in QGIS config path creation + +# Version: 1.3.3 (31-05-2023) + * [#29](https://github.com/GispoCoding/pytest-qgis/pull/29): Release map canvas properly # Version: 1.3.2 (26-06-2022) diff --git a/setup.cfg b/setup.cfg index 8d7cb6b..4ee3567 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ author_email = info@gispo.fi maintainer = Gispo Ltd. maintainer_email = info@gispo.fi -version = 1.3.3 +version = 1.3.4 description = A pytest plugin for testing QGIS python plugins long_description = file: README.md