Skip to content

Commit

Permalink
1.7.3 -> 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed May 2, 2016
1 parent 6a7c9a7 commit cdede39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.7.6
Fixed copyright.

1.7.3
Fix git-icdiff to handle filenames with spaces as arguments.

Expand Down
7 changes: 5 additions & 2 deletions icdiff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ Author: Jeff Kaufman, derived from difflib.HtmlDiff
License: This code is usable under the same open terms as the rest of
python. See: http://www.python.org/psf/license/
"""
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved
Based on Python's difflib.HtmlDiff, with changes to provide console output instead of
html output. """

import os
import sys
Expand All @@ -19,7 +22,7 @@ import filecmp
import unicodedata
import codecs

__version__ = "1.7.3"
__version__ = "1.7.6"

color_codes = {
"red": '\033[0;31m',
Expand Down

0 comments on commit cdede39

Please sign in to comment.