We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6442b28 commit db52870Copy full SHA for db52870
CHANGELOG.md
@@ -16,6 +16,12 @@ Unreleased
16
17
-->
18
19
+## 0.21.1 - 2023-03-09
20
+
21
+### Bugs fixes 🐛
22
23
+* Hotfix crash when some profiles have a lesser version by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/226>
24
25
## 0.21.0 - 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.0"
+__version__ = "0.21.1"
40
__version_info__ = tuple(
41
[
42
int(num) if num.isdigit() else num
0 commit comments