We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bded6d commit b484a2fCopy full SHA for b484a2f
CHANGELOG.md
@@ -16,6 +16,12 @@ Unreleased
16
17
-->
18
19
+## 0.4.0 - 2022-05-06
20
+
21
+- Deploy: install downloaded profiles into a fresh QGIS install
22
+- Check: operaing system compatibility
23
+- Improve isort and codecov configurations
24
25
## 0.3.0 - 2022-05-05
26
27
- Add Python Wheel as packaging option
qgis_deployment_toolbelt/__about__.py
@@ -36,7 +36,7 @@
36
__uri_tracker__ = "https://github.com/Guts/qgis-deployment-cli/issues/"
37
__uri__ = __uri_repository__
38
39
-__version__ = "0.3.0"
+__version__ = "0.4.0"
40
__version_info__ = tuple(
41
[
42
int(num) if num.isdigit() else num
0 commit comments