소스 검색

Version bump up to 0.9.4

Matthew Wang 10 년 전
부모
커밋
9266fb7cdd
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.9.4 (2014-06-04)
6
+  - Respect the `LESS' environment variable
7
+  - Support python 3.4
8
+  - Fix curl options in document
9
+
5
 Version 0.9.3 (2013-09-28)
10
 Version 0.9.3 (2013-09-28)
6
 
11
 
7
   - Moved screenshots to 'gh-pages' branch
12
   - Moved screenshots to 'gh-pages' branch

+ 1
- 1
cdiff.py 파일 보기

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