Skip to content

Commit fb9495a

Browse files
author
Ricardo Garcia Silva
committed
Prepare release of v0.9.5
1 parent 3347cc4 commit fb9495a

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
- Remove unsupported f-string formatting on Python3.7
10-
- Assign `UNKNOWN` as dataset type when the remote does not report it
9+
10+
11+
## [0.9.5] - 2022-02-09
12+
13+
### Added
1114
- Add new WFS version config option and default to WFS v1.1.0
1215

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

1420

1521
## [0.9.4] - 2022-02-07
@@ -193,7 +199,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
193199
- Add geonode API client
194200

195201

196-
[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v0.9.4...main
202+
[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v0.9.5...main
203+
[0.9.5]: https://github.com/kartoza/qgis_geonode/compare/v0.9.5...main
197204
[0.9.4]: https://github.com/kartoza/qgis_geonode/compare/v0.9.4...main
198205
[0.9.3]: https://github.com/kartoza/qgis_geonode/compare/v0.9.3...main
199206
[0.9.2]: https://github.com/kartoza/qgis_geonode/compare/v0.9.2...main

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qgis_geonode"
3-
version = "0.9.5-dev"
3+
version = "0.9.5"
44
description = "A QGIS plugin for integrating with modern GeoNode"
55
authors = ["Kartoza <info@kartoza.com>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)