mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-12 07:59:01 +00:00
Bump to 1.26
This commit is contained in:
parent
564eb55262
commit
d1b1465f4e
@ -23,6 +23,7 @@ lines = list(get_new_setup_py_lines())
|
|||||||
with open('setup.py', 'w') as sf:
|
with open('setup.py', 'w') as sf:
|
||||||
sf.writelines(lines)
|
sf.writelines(lines)
|
||||||
|
|
||||||
|
call('git pull', shell=True)
|
||||||
call('git commit -am "Bump to {}"'.format(version), shell=True)
|
call('git commit -am "Bump to {}"'.format(version), shell=True)
|
||||||
call('git tag {}'.format(version), shell=True)
|
call('git tag {}'.format(version), shell=True)
|
||||||
call('git push', shell=True)
|
call('git push', shell=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user