File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ All notable changes to `exonet-api-python` will be documented in this file.
55Updates should follow the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
66
77## [ Unreleased]
8- [ Compare 3.0.0 - Unreleased] ( https://github.com/exonet/exonet-api-python/compare/3.0.0...master )
8+ [ Compare 3.0.1 - Unreleased] ( https://github.com/exonet/exonet-api-python/compare/3.0.1...master )
9+
10+ ## [ 3.0.1] ( https://github.com/exonet/exonet-api-python/releases/tag/3.0.1 ) - 2020-10-05
11+ [ Compare 3.0.0 - 3.0.1] ( https://github.com/exonet/exonet-api-python/compare/3.0.0...3.0.1 )
12+ ### Changed
13+ - Dependencies have been updated.
914
1015## [ 3.0.0] ( https://github.com/exonet/exonet-api-python/releases/tag/3.0.0 ) - 2020-09-11
1116[ Compare 2.1.0 - 3.0.0] ( https://github.com/exonet/exonet-api-python/compare/2.1.0...3.0.0 )
Original file line number Diff line number Diff line change 1- certifi == 2017.11.5
1+ certifi == 2020.6.20
22chardet == 3.0.4
3- coverage == 4.5.1
4- idna == 2.6
5- inflection == 0.3 .1
6- requests == 2.20 .0
7- urllib3 == 1.24.2
3+ coverage == 5.3
4+ idna == 2.10
5+ inflection == 0.5 .1
6+ requests == 2.24 .0
7+ urllib3 == 1.25.10
88pycodestyle == 2.6.0
Original file line number Diff line number Diff line change 1818
1919setup (
2020 name = 'exonetapi' ,
21- version = '3.0.0 ' ,
21+ version = '3.0.1 ' ,
2222
2323 description = 'Library to interact with the Exonet API.' ,
2424 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments