Skip to content

Commit

Permalink
Prepare release of v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Garcia Silva committed Feb 9, 2022
1 parent 3347cc4 commit fb9495a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Remove unsupported f-string formatting on Python3.7
- Assign `UNKNOWN` as dataset type when the remote does not report it


## [0.9.5] - 2022-02-09

### Added
- Add new WFS version config option and default to WFS v1.1.0

### Fixed
- Remove unsupported f-string formatting on Python3.7
- Assign `UNKNOWN` as dataset type when the remote does not report it


## [0.9.4] - 2022-02-07
Expand Down Expand Up @@ -193,7 +199,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.4...main
[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v0.9.5...main
[0.9.5]: https://github.com/kartoza/qgis_geonode/compare/v0.9.5...main
[0.9.4]: https://github.com/kartoza/qgis_geonode/compare/v0.9.4...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
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.5-dev"
version = "0.9.5"
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 fb9495a

Please sign in to comment.