Skip to content

Commit

Permalink
Bump version to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jul 11, 2023
1 parent 5aad0fc commit fd1e353
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Unreleased
-->

## 0.26.0 - 2023-06-11

### Bugs fixes 🐛

* Fix: accept different types (URLs or str) as environment variables values by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/291###> Bugs fixes 🐛
* Fix: accept different types (URLs or str) as environment variables values by @Guts in <https://github.com/Guts/qgis-deployment-cli/pull/291>

## 0.25.0 - 2023-06-13

### Bugs fixes 🐛
Expand Down
2 changes: 1 addition & 1 deletion qgis_deployment_toolbelt/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
__uri_tracker__ = f"{__uri_repository__}issues/"
__uri__ = __uri_repository__

__version__ = "0.25.0"
__version__ = "0.26.0"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down

0 comments on commit fd1e353

Please sign in to comment.