We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d05f1e commit 6baacb1Copy full SHA for 6baacb1
CHANGELOG.md
@@ -16,6 +16,12 @@ Unreleased
16
17
-->
18
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
25
## 0.36.2 - 2025-01-06
26
27
### Bugs fixes 🐛
qgis_deployment_toolbelt/__about__.py
@@ -38,7 +38,7 @@
38
__uri_tracker__ = f"{__uri_repository__}issues/"
39
__uri__ = __uri_repository__
40
41
-__version__ = "0.36.2"
+__version__ = "0.36.3"
42
__version_info__ = tuple(
43
[
44
int(num) if num.isdigit() else num
0 commit comments