From af28972cee51a4f56a374e2c5e38942306cb9502 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Silva Date: Tue, 18 Jan 2022 11:24:41 +0000 Subject: [PATCH] Prepare version 0.9.2 --- CHANGELOG.md | 10 +++++++++- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c3fefe..8f761342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.2] - 2022-01-18 + +### Fixed +- Do not use QgsNetworkAccessManager features introduced after QGIS 3.18 + + ## [0.9.1] - 2022-01-14 ### Fixed @@ -14,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improve plugin metadata fields when displayed in QGIS plugin repo list - Do not use typing.Final in order to support PYthon 3.7 + ## [0.9.0] - 2022-01-12 ### Added @@ -168,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add geonode API client -[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v0.9.1...main +[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v0.9.2...main +[0.9.2]: https://github.com/kartoza/qgis_geonode/compare/v0.9.2...main [0.9.1]: https://github.com/kartoza/qgis_geonode/compare/v0.9.1...main [0.9.0]: https://github.com/kartoza/qgis_geonode/compare/v0.9.0...main [0.5.0]: https://github.com/kartoza/qgis_geonode/compare/v0.5.0...main diff --git a/pyproject.toml b/pyproject.toml index 4a50493e..51566563 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qgis_geonode" -version = "0.9.2-dev" +version = "0.9.2" description = "A QGIS plugin for integrating with modern GeoNode" authors = ["Kartoza "] license = "GPL-3.0-or-later"