File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
11
14
- Add new WFS version config option and default to WFS v1.1.0
12
15
16
+ ### Fixed
17
+ - Remove unsupported f-string formatting on Python3.7
18
+ - Assign ` UNKNOWN ` as dataset type when the remote does not report it
13
19
14
20
15
21
## [ 0.9.4] - 2022-02-07
@@ -193,7 +199,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
193
199
- Add geonode API client
194
200
195
201
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
197
204
[ 0.9.4 ] : https://github.com/kartoza/qgis_geonode/compare/v0.9.4...main
198
205
[ 0.9.3 ] : https://github.com/kartoza/qgis_geonode/compare/v0.9.3...main
199
206
[ 0.9.2 ] : https://github.com/kartoza/qgis_geonode/compare/v0.9.2...main
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " qgis_geonode"
3
- version = " 0.9.5-dev "
3
+ version = " 0.9.5"
4
4
description = " A QGIS plugin for integrating with modern GeoNode"
5
5
authors = [" Kartoza <info@kartoza.com>" ]
6
6
license = " GPL-3.0-or-later"
You can’t perform that action at this time.
0 commit comments