File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ History/Changelog
66
77- 100% unit test coverage
88
9+ 0.1b2: 2012-11-10
10+ -----------------
11+
12+ - Handle 500 errors better, courtesy of Kristian Glass (@doismellburning)
13+ - Handle sending json with `% ` symbols better, courtesy of Kristian Glass
14+ - Correctly handle non-GitHub committers and authors courtesy of Paul Swartz
15+ (@paulswartz)
16+ - Correctly display method signatures in documentatio
17+
9180.1b1: 2012-10-31
1019-----------------
1120
Original file line number Diff line number Diff line change 1313__author__ = 'Ian Cordasco'
1414__license__ = 'Modified BSD'
1515__copyright__ = 'Copyright 2012 Ian Cordasco'
16- __version__ = '0.1b1 '
16+ __version__ = '0.1b2 '
1717
1818from github3 .api import *
1919from github3 .github import GitHub
Original file line number Diff line number Diff line change 77try :
88 from setuptools import setup
99except ImportError :
10- from distutils .core import setup
10+ from distutils .core import setup # NOQA
1111
1212if sys .argv [- 1 ] in ("submit" , "publish" ):
1313 os .system ("python setup.py sdist upload" )
1818 "github3.packages" ,
1919 "github3.packages.PySO8601" ,
2020]
21- requires = ["requests>= 0.14.2 " ]
21+ requires = ["requests== 0.14.1 " ]
2222
2323__version__ = ''
2424with open ('github3/__init__.py' , 'r' ) as fd :
You can’t perform that action at this time.
0 commit comments