Skip to content

Commit 73cbb12

Browse files
committed
Prepare release
1 parent ebe13bc commit 73cbb12

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

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)

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)