File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
33
4+ ## [ 3.0.4] - 2016-07-08 ##
5+ ### Added
6+ - Dependency update to fix issue #186
7+
48## [ 3.0.3] - 2016-07-07 ##
59### Added
610- Tests now mocked automatically against [ prism] ( https://stoplight.io/prism/ )
Original file line number Diff line number Diff line change 1- version_info = (3 , 0 , 3 )
1+ version_info = (3 , 0 , 4 )
22__version__ = '.' .join (str (v ) for v in version_info )
Original file line number Diff line number Diff line change 1111 long_description = open ('README.txt' ).read ()
1212
1313def getRequires ():
14- deps = ['python_http_client>=2.1.0 ' ]
14+ deps = ['python_http_client>=2.1.1 ' ]
1515 if sys .version_info < (2 , 7 ):
1616 deps .append ('unittest2' )
1717 elif (3 , 0 ) <= sys .version_info < (3 , 2 ):
You can’t perform that action at this time.
0 commit comments