ソースを参照

Version bump up to 0.8

Matthew Wang 11 年 前
コミット
b6a591a6ce
共有2 個のファイルを変更した8 個の追加2 個の削除を含む
  1. 7
    1
      CHANGES
  2. 1
    1
      cdiff.py

+ 7
- 1
CHANGES ファイルの表示

2
 Change log
2
 Change log
3
 ==========
3
 ==========
4
 
4
 
5
+Version 0.8 (2013-03-13)
6
+
7
+  - Parser is now robust enough to handle dangling headers and short patch
8
+  - PEP8 (with minor own flavors) and other code lint
9
+  - Change 'Development Status' to stable
10
+
5
 Version 0.7.1 (2013-02-25)
11
 Version 0.7.1 (2013-02-25)
6
 
12
 
7
   - Handle 'Binary files ... differ'
13
   - Handle 'Binary files ... differ'
56
   - Add CHANGES for history track and better versioning
62
   - Add CHANGES for history track and better versioning
57
 
63
 
58
 Version 0.0.3 (2013-02-04)
64
 Version 0.0.3 (2013-02-04)
59
-  
65
+
60
   - Publish on PyPI, supports read patch from file, pipe and diff output from
66
   - Publish on PyPI, supports read patch from file, pipe and diff output from
61
     revision tools (thanks to `Steven Myint <https://github.com/myint>`_)
67
     revision tools (thanks to `Steven Myint <https://github.com/myint>`_)
62
 
68
 

+ 1
- 1
cdiff.py ファイルの表示

8
 """
8
 """
9
 
9
 
10
 META_INFO = {
10
 META_INFO = {
11
-    'version'     : '0.7.1',
11
+    'version'     : '0.8',
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',