Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Oct 27, 2022
1 parent 44feadc commit 6a4d215
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 1.3.2 - 2022-10-27

### Fixed

* Regression from 1.3.0 about the `update` command

## 1.3.1 - 2022-10-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion qgis_plugin_manager/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main() -> int: # noqa: C901
for result in results:
print(result)

elif args.command in ("remote", ):
elif args.command in ("update", ):
# Remote only needed, QGIS version needed
remote = Remote(plugin_path, qgis_server_version())
if args.command == "update":
Expand Down

0 comments on commit 6a4d215

Please sign in to comment.