Skip to content

Commit a0f7125

Browse files
Bump version and update changelog for 0.14.0
1 parent 95b7237 commit a0f7125

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- 0.14
2+
* Allow the use of hostnames (config option USE_HOSTNAME=True/False)
3+
14
- 0.13
25
* Python 3 support. (Thanks @daytonb!)
36
* Renames are shown as moves only, not move + delete.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='webdiff',
4-
version='0.13.0',
4+
version='0.14.0',
55
description='Two-column web-based git difftool',
66
author='Dan Vanderkam',
77
author_email='[email protected]',

webdiff/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from webdiff import util
2525
from webdiff import argparser
2626

27-
VERSION = '0.13.0'
27+
VERSION = '0.14.0'
2828

2929

3030
def determine_path():

0 commit comments

Comments
 (0)