File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-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
+ ## [ 4.2.1] - 2017-08-03 ##
5
+ ### Fixed
6
+ - Issue #321 : Installing 4.2.0 installs the wrong version of python-http-client
7
+ - Big thanks to [ w-] ( https://github.com/w- ) for the heads up!
8
+
4
9
## [ 4.2.0] - 2017-06-01 ##
5
10
### Added
6
11
- Pull #318 Add ability to reset request headers on client attribute
Original file line number Diff line number Diff line change 1
- version_info = (4 , 2 , 0 )
1
+ version_info = (4 , 2 , 1 )
2
2
__version__ = '.' .join (str (v ) for v in version_info )
Original file line number Diff line number Diff line change 12
12
13
13
14
14
def getRequires ():
15
- deps = ['python_http_client>=2.1.1 ' ]
15
+ deps = ['python_http_client==2.2.* ' ]
16
16
if sys .version_info < (2 , 7 ):
17
17
deps .append ('unittest2' )
18
18
elif (3 , 0 ) <= sys .version_info < (3 , 2 ):
You can’t perform that action at this time.
0 commit comments