diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f454dc1..f3f304db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix network access manager not using correct timeout for layer uploads +## [0.9.3] - 2022-01-20 + +### Fixed +- Improve compatibility with Python 3.7 when exporting SLD for raster layers +- Fix network access manager not using correct timeout for layer uploads + + ## [0.9.2] - 2022-01-18 ### Fixed @@ -178,7 +185,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.2...main +[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v0.9.3...main +[0.9.3]: https://github.com/kartoza/qgis_geonode/compare/v0.9.3...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 diff --git a/pyproject.toml b/pyproject.toml index 485b573c..0a5379f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qgis_geonode" -version = "0.9.3-dev" +version = "0.9.3" description = "A QGIS plugin for integrating with modern GeoNode" authors = ["Kartoza "] license = "GPL-3.0-or-later"