File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 2.0.1] - 2018-11-14
8+ ### Changed
9+ - Updated dependency library [ requests] ( #http://docs.python-requests.org/en/master/ ) to newer version 2.20.0
10+ - Made dependency libraries to accept new patches for update
11+
12+
713## [ 2.0.0] - 2018-08-02
814### Changed
915- Renamed module to open_py
@@ -33,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3339- Get all transactions API
3440- Tests
3541
42+ [ 2.0.1 ] : https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v2.0.1...v2.0.0
3643[ 2.0.0 ] : https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v2.0.0...v1.0.1
3744[ 1.0.1 ] : https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v1.0.1...v1.0.0
3845[ 1.0.1 ] : https://github.com/OpenFuturePlatform/open-api-python-sdk/compare/v1.0.1...v1.0.0
Original file line number Diff line number Diff line change 1- certifi == 2018.4.16
2- chardet == 3.0.4
3- idna == 2.7
4- requests == 2.19.1
5- urllib3 == 1.23
1+ certifi >= 2018.4.16 , < 2018.5.0
2+ chardet >= 3.0.4 , < 3.1.0
3+ idna >= 2.7 , < 2.8
4+ requests >= 2.20.0 , < 2.21.0
5+ urllib3 >= 1.23 , < 1.24
You can’t perform that action at this time.
0 commit comments