Skip to content

Commit b484a2f

Browse files
committed
Bump to version 0.4.0
1 parent 8bded6d commit b484a2f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Unreleased
1616
1717
-->
1818

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+
1925
## 0.3.0 - 2022-05-05
2026

2127
- Add Python Wheel as packaging option

qgis_deployment_toolbelt/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
__uri_tracker__ = "https://github.com/Guts/qgis-deployment-cli/issues/"
3737
__uri__ = __uri_repository__
3838

39-
__version__ = "0.3.0"
39+
__version__ = "0.4.0"
4040
__version_info__ = tuple(
4141
[
4242
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)