Skip to content

Commit 2334ade

Browse files
authored
Merge pull request #22 from exonet/FAN/EXO-4633
Updated dependencies
2 parents fcee777 + 73cbb12 commit 2334ade

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ All notable changes to `exonet-api-python` will be documented in this file.
55
Updates 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)

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
certifi==2017.11.5
1+
certifi==2020.6.20
22
chardet==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
88
pycodestyle==2.6.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
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,

0 commit comments

Comments
 (0)