Skip to content

Commit 79c541f

Browse files
authored
add newline in release script because of autopep8 (appium#292)
1 parent beca8e4 commit 79c541f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appium/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.32'
1+
version = '0.32'

script/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_new_version():
3737
return line.rstrip()
3838

3939

40-
VERSION_FORMAT = "version = '{}'"
40+
VERSION_FORMAT = "version = '{}'\n"
4141

4242

4343
def update_version_file(version):

0 commit comments

Comments
 (0)