浏览代码

Version bump up to 0.7.1

Matthew Wang 12 年前
父节点
当前提交
7203ec0983
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 5
    0
      CHANGES
  2. 1
    1
      cdiff.py

+ 5
- 0
CHANGES 查看文件

2
 Change log
2
 Change log
3
 ==========
3
 ==========
4
 
4
 
5
+Version 0.7.1 (2013-02-25)
6
+
7
+  - Handle 'Binary files ... differ'
8
+  - Document update for known issues
9
+
5
 Version 0.7 (2013-02-23)
10
 Version 0.7 (2013-02-23)
6
 
11
 
7
   - Support reading diff or log for given files/dirs in workspace
12
   - Support reading diff or log for given files/dirs in workspace

+ 1
- 1
cdiff.py 查看文件

8
 """
8
 """
9
 
9
 
10
 META_INFO = {
10
 META_INFO = {
11
-    'version'     : '0.7',
11
+    'version'     : '0.7.1',
12
     'license'     : 'BSD-3',
12
     'license'     : 'BSD-3',
13
     'author'      : 'Matthew Wang',
13
     'author'      : 'Matthew Wang',
14
     'email'       : 'mattwyl(@)gmail(.)com',
14
     'email'       : 'mattwyl(@)gmail(.)com',