Skip to content

Commit 6f6eb1c

Browse files
author
Ricardo Garcia Silva
committed
Prepare version 0.4.0
1 parent 4fe0d22 commit 6f6eb1c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
10+
## [0.4.0] - 2021-12-20
11+
12+
### Added
13+
- Allow loading and saving layer title and abstract from/to GeoNode
14+
15+
### Changed
916
- Bump minimum QGIS version to 3.18
1017

18+
1119
## [0.3.4] - 2021-12-17
1220

1321
### Added
@@ -129,7 +137,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
129137
- Add geonode API client
130138

131139

132-
[unreleased]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.4...main
140+
[unreleased]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.4.0...main
141+
[0.4.0]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.4.0...main
133142
[0.3.4]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.4...main
134143
[0.3.3]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.3...main
135144
[0.3.2]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.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.3.5-dev"
3+
version = "0.4.0"
44
description = "A QGIS plugin for integrating with GeoNode"
55
authors = ["Kartoza <info@kartoza.com>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)