Skip to content

Commit

Permalink
Prepare version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Garcia Silva committed Jan 18, 2022
1 parent 65ecfb2 commit af28972
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,20 @@ 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
- Fix layer properties dialogue not opening correctly for non-GeoNode layers
- 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit af28972

Please sign in to comment.