We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c19cf3 commit c4abc40Copy full SHA for c4abc40
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
setup(name='webdiff',
4
- version='0.12.1',
+ version='0.13.0',
5
description='Two-column web-based git difftool',
6
author='Dan Vanderkam',
7
author_email='[email protected]',
webdiff/app.py
@@ -23,7 +23,7 @@
23
from webdiff import util
24
from webdiff import argparser
25
26
-VERSION = '0.12.1'
+VERSION = '0.13.0'
27
28
29
def determine_path():
@@ -221,7 +221,7 @@ def shutdown():
221
pass
222
223
Timer(0.5, shutdown).start()
224
-
+
225
return 'Shutting down...'
226
227
0 commit comments