We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee92c8 commit 3da26cbCopy full SHA for 3da26cb
CHANGELOG.md
@@ -16,6 +16,12 @@ Unreleased
16
17
-->
18
19
+## 0.21.3 - 2023-03-09
20
+
21
+### Bugs fixes 🐛
22
23
+* Add default subparser to allow direct run of deployment by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/229>
24
25
## 0.21.2 - 2023-03-09
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.21.2"
+__version__ = "0.21.3"
40
__version_info__ = tuple(
41
[
42
int(num) if num.isdigit() else num
0 commit comments