Browse Source

Bump up version to 1.0

Matthew Wang 8 years ago
parent
commit
911bc91c6a
2 changed files with 5 additions and 1 deletions
  1. 4
    0
      CHANGES.rst
  2. 1
    1
      cdiff.py

+ 4
- 0
CHANGES.rst View File

2
 Change log
2
 Change log
3
 ==========
3
 ==========
4
 
4
 
5
+Version 1.0 (2016-12-31)
6
+
7
+  - Use environment variable ``CDIFF_OPTIONS`` to hold default options
8
+
5
 Version 0.9.8 (2016-01-16)
9
 Version 0.9.8 (2016-01-16)
6
 
10
 
7
   - More robust parser to tolerate evil unified diff
11
   - More robust parser to tolerate evil unified diff

+ 1
- 1
cdiff.py View File

16
 import difflib
16
 import difflib
17
 
17
 
18
 META_INFO = {
18
 META_INFO = {
19
-    'version'     : '0.9.8',
19
+    'version'     : '1.0',
20
     'license'     : 'BSD-3',
20
     'license'     : 'BSD-3',
21
     'author'      : 'Matthew Wang',
21
     'author'      : 'Matthew Wang',
22
     'email'       : 'mattwyl(@)gmail(.)com',
22
     'email'       : 'mattwyl(@)gmail(.)com',