Skip to content

Commit 98d7844

Browse files
committed
release: 2.0.0
1 parent c765755 commit 98d7844

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## 2.0.0 - 2021-09-21
11+
12+
## Added
13+
14+
- Added methods for first and last block
15+
16+
## Changed
17+
18+
- Use dot notation for GET requests parameters
19+
20+
## Removed
21+
22+
- Removed obsolete v2 endpoints
23+
1024
## 1.1.0 - 2020-02-11
1125

1226
### Added

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
1616
## Guide for contributing
1717

18-
Before you start contributing please take some time and check our official [Python Development Guidelines](https://github.com/ArkEcosystem/development-guidelines/blob/master/Python/README.md) which follow the widely accepted PEP8 Python Style Guide. 🖋
19-
2018
1. Fork the repository on GitHub.
2119
2. Run the tests to confirm they all pass on your system. If they don’t, you’ll need to investigate why they fail. If you’re unable to diagnose this yourself raise it as a bug report.
2220
3. Make your change.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
setuptools.setup(
3131
name='arkecosystem-client',
3232
description='A simple Python API client for the ARK Blockchain.',
33-
version='1.1.0',
33+
version='2.0.0',
3434
author='Ark Ecosystem',
3535
author_email='[email protected]',
3636
url='https://github.com/ArkEcosystem/python-client',

0 commit comments

Comments
 (0)