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 95b7237 commit a0f7125Copy full SHA for a0f7125
CHANGELOG
@@ -1,3 +1,6 @@
1
+- 0.14
2
+ * Allow the use of hostnames (config option USE_HOSTNAME=True/False)
3
+
4
- 0.13
5
* Python 3 support. (Thanks @daytonb!)
6
* Renames are shown as moves only, not move + delete.
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(name='webdiff',
- version='0.13.0',
+ version='0.14.0',
description='Two-column web-based git difftool',
author='Dan Vanderkam',
7
author_email='[email protected]',
webdiff/app.py
@@ -24,7 +24,7 @@
24
from webdiff import util
25
from webdiff import argparser
26
27
-VERSION = '0.13.0'
+VERSION = '0.14.0'
28
29
30
def determine_path():
0 commit comments