Skip to content

Commit 0707e08

Browse files
committed
release: bump version to 0.34.1
1 parent a46ec90 commit 0707e08

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Unreleased
1616
1717
-->
1818

19+
## 0.34.1 - 2024-04-24
20+
21+
### Features and enhancements 🎉
22+
23+
* feature(rules): on Windows, retrieve user extended data using win32 API by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/494>
24+
1925
## 0.34.0 - 2024-04-23
2026

2127
Killer feature introduced: rules engine. Funded by [Métropole du Grand Lyon](https://www.grandlyon.com/).

qgis_deployment_toolbelt/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
__uri_tracker__ = f"{__uri_repository__}issues/"
3737
__uri__ = __uri_repository__
3838

39-
__version__ = "0.34.0"
39+
__version__ = "0.34.1"
4040
__version_info__ = tuple(
4141
[
4242
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)