From dc03ef01a56c3d883433cda56e0b9f80e0547078 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Silva Date: Fri, 17 Dec 2021 18:10:40 +0000 Subject: [PATCH] Prepare release of version 0.3.4 --- CHANGELOG.md | 13 ++++++++++++- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20815e57..5a92dfa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.4] - 2021-12-17 + +### Added +- Modify style of GeoNode layer and save it on the remote GeoNode + +### Changed +- Network fetcher task is now able to perform PUT requests +- Better handling of network errors + + ## [0.3.3] - 2021-11-22 ### Fixed @@ -117,7 +127,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_checklist_checker/compare/v0.3.3...main +[unreleased]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.4...main +[0.3.4]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.4...main [0.3.3]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.3...main [0.3.2]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.2...main [0.3.1]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.1...main diff --git a/pyproject.toml b/pyproject.toml index 9c6c1f7f..fc0a111f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qgis_geonode" -version = "0.3.4-dev" +version = "0.3.4" description = "A QGIS plugin for integrating with GeoNode" authors = ["Kartoza "] license = "GPL-3.0-or-later"