Skip to content

Commit

Permalink
Prepare release of version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Garcia Silva committed Dec 17, 2021
1 parent 659f6d7 commit dc03ef0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.4] - 2021-12-17

### Added
- Modify style of GeoNode layer and save it on the remote GeoNode

### Changed
- Network fetcher task is now able to perform PUT requests
- Better handling of network errors


## [0.3.3] - 2021-11-22

### Fixed
Expand Down Expand Up @@ -117,7 +127,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_checklist_checker/compare/v0.3.3...main
[unreleased]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.4...main
[0.3.4]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.4...main
[0.3.3]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.3...main
[0.3.2]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.2...main
[0.3.1]: https://github.com/kartoza/qgis_checklist_checker/compare/v0.3.1...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.3.4-dev"
version = "0.3.4"
description = "A QGIS plugin for integrating with GeoNode"
authors = ["Kartoza <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit dc03ef0

Please sign in to comment.