diff --git a/__init__.py b/__init__.py index 2b454c5dd..09102aba6 100644 --- a/__init__.py +++ b/__init__.py @@ -1,7 +1,7 @@ def plugin_release(): - return '1.7a' + return '1.7.1' def plugin_branch(): - return 'develop' + return 'master'