From 6f03d11f539334f123576d4de7524b8760b0e0e6 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Wed, 11 Feb 2015 16:55:56 -0500 Subject: [PATCH] bump version --- README | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 314adc1..dbf8401 100644 --- a/README +++ b/README @@ -23,6 +23,11 @@ Then run via one of these: See https://github.com/danvk/webdiff/ for more information. Release Notes +- 0.9 + * Long lines now wrap instead of scrolling horizontally. + * Only 10+ common lines will be elided (no more "Show 2 more lines"). + * Show bounding boxes for the changed region in image diffs. + - 0.8 * New image diff modes: onion skin, swipe * Shrink to fit for image diffs diff --git a/setup.py b/setup.py index 5a325cb..cd9b607 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='webdiff', - version='0.8.2', + version='0.9.0', description='Two-column web-based git difftool', author='Dan Vanderkam', author_email='danvdk@gmail.com',