Skip to content

Commit

Permalink
Prepare version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Garcia Silva committed Jan 14, 2022
1 parent d745a2a commit 1370304
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [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

Expand Down Expand Up @@ -162,7 +168,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.0...main
[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v0.9.1...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
[0.4.0]: https://github.com/kartoza/qgis_geonode/compare/v0.4.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 = "1.0.0-dev"
version = "0.9.1"
description = "A QGIS plugin for integrating with modern GeoNode"
authors = ["Kartoza <info@kartoza.com>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 1370304

Please sign in to comment.