Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 23, 2019
1 parent 15b54b1 commit 73e99a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgispluginci/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def release(parameters: Parameters,
replace_in_file(
'{}/metadata.txt'.format(parameters.plugin_path),
r'^version=.*$',
'version=${}'.format(release_version)
'version={}'.format(release_version)
)

# replace any DEBUG=False in all Python files
Expand Down

0 comments on commit 73e99a4

Please sign in to comment.