Skip to content

Commit 1639a9a

Browse files
committed
Bump to version 0.20.0
1 parent 2d477eb commit 1639a9a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

19+
## 0.20.0 - 2023-03-07
20+
21+
### Features and enhancements 🎉
22+
23+
* Tooling: add pyupgrade as git hook by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/218>
24+
* Profiles synchronization: add sync_mode option by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/97>
25+
26+
### Documentation 📖
27+
28+
* Add funding page by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/217>
29+
1930
## 0.19.0 - 2023-03-03
2031

2132
### Features and enhancements 🎉

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__ = f"{__uri_repository__}issues/"
3737
__uri__ = __uri_repository__
3838

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

0 commit comments

Comments
 (0)