Skip to content

Commit

Permalink
release: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo committed Sep 21, 2021
1 parent c765755 commit 98d7844
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 2.0.0 - 2021-09-21

## Added

- Added methods for first and last block

## Changed

- Use dot notation for GET requests parameters

## Removed

- Removed obsolete v2 endpoints

## 1.1.0 - 2020-02-11

### Added
Expand Down
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -15,8 +15,6 @@
## Guide for contributing

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. 🖋

1. Fork the repository on GitHub.
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.
3. Make your change.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@
setuptools.setup(
name='arkecosystem-client',
description='A simple Python API client for the ARK Blockchain.',
version='1.1.0',
version='2.0.0',
author='Ark Ecosystem',
author_email='info@client.io',
url='https://github.com/ArkEcosystem/python-client',
Expand Down

0 comments on commit 98d7844

Please sign in to comment.