File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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 🎉
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments