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 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 3.0.4] - 2016-07-08 ##
5
+ ### Added
6
+ - Dependency update to fix issue #186
7
+
4
8
## [ 3.0.3] - 2016-07-07 ##
5
9
### Added
6
10
- 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 )
2
2
__version__ = '.' .join (str (v ) for v in version_info )
Original file line number Diff line number Diff line change 11
11
long_description = open ('README.txt' ).read ()
12
12
13
13
def getRequires ():
14
- deps = ['python_http_client>=2.1.0 ' ]
14
+ deps = ['python_http_client>=2.1.1 ' ]
15
15
if sys .version_info < (2 , 7 ):
16
16
deps .append ('unittest2' )
17
17
elif (3 , 0 ) <= sys .version_info < (3 , 2 ):
You can’t perform that action at this time.
0 commit comments