Skip to content

Commit 3b1cd7a

Browse files
authored
release: bump version to 0.33.0 (#479)
2 parents 18209bd + 77c1466 commit 3b1cd7a

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.33.0 - 2024-04-05
20+
21+
### Features and enhancements 🎉
22+
23+
* feat(installed qgis): add qgis-installation-finder job by @jmkerloch in <https://github.com/Guts/qgis-deployment-cli/pull/464>
24+
1925
## 0.32.1 - 2024-04-02
2026

2127
### Bugs fixes 🐛

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.32.1"
39+
__version__ = "0.33.0"
4040
__version_info__ = tuple(
4141
[
4242
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)