Skip to content

Commit 6a5ffba

Browse files
committed
Bump to version 0.23.1
1 parent ef7737a commit 6a5ffba

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

19+
## 0.23.1 - 2023-05-07
20+
21+
### Bugs fixes 🐛
22+
23+
* Set dulwich minimal version to prevent upstream bug (<https://github.com/jelmer/dulwich/pull/1164>) by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/263>
24+
25+
### Features and enhancements 🎉
26+
27+
* Improve log message during plugin version comparison by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/257>
28+
1929
## 0.23.0 - 2023-04-14
2030

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

0 commit comments

Comments
 (0)