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
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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " qgis_geonode"
3- version = " 0.9.5-dev "
3+ version = " 0.9.5"
44description = " A QGIS plugin for integrating with modern GeoNode"
55authors = [" Kartoza <info@kartoza.com>" ]
66license = " GPL-3.0-or-later"
You can’t perform that action at this time.
0 commit comments