Skip to content

Commit 6baacb1

Browse files
committed
release: bump version to 0.36.3
1 parent 6d05f1e commit 6baacb1

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.36.3 - 2025-02-19
20+
21+
### Bugs fixes 🐛
22+
23+
* Let requests handle url encoding by @nicogodet in <https://github.com/qgis-deployment/qgis-deployment-toolbelt-cli/pull/610>
24+
1925
## 0.36.2 - 2025-01-06
2026

2127
### Bugs fixes 🐛

qgis_deployment_toolbelt/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
__uri_tracker__ = f"{__uri_repository__}issues/"
3939
__uri__ = __uri_repository__
4040

41-
__version__ = "0.36.2"
41+
__version__ = "0.36.3"
4242
__version_info__ = tuple(
4343
[
4444
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)