We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0719e6 commit 81dd36dCopy full SHA for 81dd36d
CHANGELOG.md
@@ -16,6 +16,10 @@ Unreleased
16
17
-->
18
19
+## 0.22.3 - 2023-03-12
20
+
21
+* Use QGIS LTR 3.28.4 path as default by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/243>
22
23
## 0.22.2 - 2023-03-12
24
25
### Features and enhancements 🎉
qgis_deployment_toolbelt/__about__.py
@@ -36,7 +36,7 @@
36
__uri_tracker__ = f"{__uri_repository__}issues/"
37
__uri__ = __uri_repository__
38
39
-__version__ = "0.22.2"
+__version__ = "0.22.3"
40
__version_info__ = tuple(
41
[
42
int(num) if num.isdigit() else num
0 commit comments