Skip to content

Commit

Permalink
Release version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkaufman committed May 2, 2016
1 parent 6a81a56 commit 3d2fa3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
@@ -1,3 +1,12 @@
1.8.0
Updated unicode test file (input-3)
Allow testing installed version
Allow importing as a module
Minor deduplication tweak to git-icdiff
Add pip instructions to readme
Allow using --tabsize
Allow non-recursive directory diffing

1.7.6
Fixed copyright.

Expand Down
2 changes: 1 addition & 1 deletion icdiff
Expand Up @@ -22,7 +22,7 @@ import filecmp
import unicodedata
import codecs

__version__ = "1.7.6"
__version__ = "1.8.0"

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

0 comments on commit 3d2fa3e

Please sign in to comment.