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 0edc661 commit 0d4e021
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 2.0.0 - 2021-09-21

## Fixed

- Add amount option to HTLC transactions

## 1.0.0 - 2020-02-11

### Added
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
setuptools.setup(
name='arkecosystem-crypto',
description='A simple Cryptography Implementation in Python for the Ark Blockchain.',
version='1.0.0',
version='2.0.0',
author='Ark Ecosystem',
author_email='info@ark.io',
url='https://github.com/ArkEcosystem/python-crypto',
Expand Down

0 comments on commit 0d4e021

Please sign in to comment.