diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f560425..7fb0d08 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,8 @@ +0.1.9, 19th December 2016 + - Fix bug opening filenames with spaces in them (contributed by Vincent Perricone) + - Improved -e argument handling (contributed by Sam Walker) +0.1.8, 19th October 2014 + - Add --exclude option (contributed by Selene Scriven and Abhinav Gupta) 0.1a7, 6th January 2013 - Add --print-config option - Change --log_file option to --log-file. diff --git a/setup.py b/setup.py index 6867c31..903c59b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="terminal_velocity", - version="0.1.8", + version="0.1.9", author="Sean Hammond", packages=["terminal_velocity"], scripts=["bin/terminal_velocity"],