We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46ec90 commit 0707e08Copy full SHA for 0707e08
CHANGELOG.md
@@ -16,6 +16,12 @@ Unreleased
16
17
-->
18
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
25
## 0.34.0 - 2024-04-23
26
27
Killer feature introduced: rules engine. Funded by [Métropole du Grand Lyon](https://www.grandlyon.com/).
qgis_deployment_toolbelt/__about__.py
@@ -36,7 +36,7 @@
36
__uri_tracker__ = f"{__uri_repository__}issues/"
37
__uri__ = __uri_repository__
38
39
-__version__ = "0.34.0"
+__version__ = "0.34.1"
40
__version_info__ = tuple(
41
[
42
int(num) if num.isdigit() else num
0 commit comments