Ver código fonte

Bump up version to 1.0

Matthew Wang 7 anos atrás
pai
commit
911bc91c6a
2 arquivos alterados com 5 adições e 1 exclusões
  1. 4
    0
      CHANGES.rst
  2. 1
    1
      cdiff.py

+ 4
- 0
CHANGES.rst Ver arquivo

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 Ver arquivo

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',