From 81e2b4d18582e3ec5208f3fbf60afeb9c91b6b0e Mon Sep 17 00:00:00 2001 From: jmkerloch Date: Fri, 6 Sep 2024 11:40:37 +0200 Subject: [PATCH] release: bump version to 0.35.3 --- CHANGELOG.md | 14 ++++++++++++++ qgis_deployment_toolbelt/__about__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb03bac..9dfecfe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,20 @@ Unreleased --> +## 0.35.3 - 2024-09-06 + +### Bugs fixes 🐛 + +* fix(profile sync): force copy if sync_mode is overwirte by @jmkerloch in + +### Features and enhancements 🎉 + +* Feature: support `search_paths` option in QGIS finder job by @Guts in + +### Documentation 📖 + +* update(docs): add how to use autogenerated release notes from GitHub by @Guts in + ## 0.35.2 - 2024-09-03 ### Bugs fixes 🐛 diff --git a/qgis_deployment_toolbelt/__about__.py b/qgis_deployment_toolbelt/__about__.py index b0eec7a1..e0b735e2 100644 --- a/qgis_deployment_toolbelt/__about__.py +++ b/qgis_deployment_toolbelt/__about__.py @@ -36,7 +36,7 @@ __uri_tracker__ = f"{__uri_repository__}issues/" __uri__ = __uri_repository__ -__version__ = "0.35.2" +__version__ = "0.35.3" __version_info__ = tuple( [ int(num) if num.isdigit() else num