We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18209bd + 77c1466 commit 3b1cd7aCopy full SHA for 3b1cd7a
CHANGELOG.md
@@ -16,6 +16,12 @@ Unreleased
16
17
-->
18
19
+## 0.33.0 - 2024-04-05
20
+
21
+### Features and enhancements 🎉
22
23
+* feat(installed qgis): add qgis-installation-finder job by @jmkerloch in <https://github.com/Guts/qgis-deployment-cli/pull/464>
24
25
## 0.32.1 - 2024-04-02
26
27
### Bugs fixes 🐛
qgis_deployment_toolbelt/__about__.py
@@ -36,7 +36,7 @@
36
__uri_tracker__ = f"{__uri_repository__}issues/"
37
__uri__ = __uri_repository__
38
39
-__version__ = "0.32.1"
+__version__ = "0.33.0"
40
__version_info__ = tuple(
41
[
42
int(num) if num.isdigit() else num
0 commit comments