Browse Source

Bump up version to 1.0

Matthew Wang 7 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,6 +2,10 @@
2 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 9
 Version 0.9.8 (2016-01-16)
6 10
 
7 11
   - More robust parser to tolerate evil unified diff

+ 1
- 1
cdiff.py View File

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