Skip to content

Commit 0d4e021

Browse files
committed
release: 2.0.0
1 parent 0edc661 commit 0d4e021

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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+
## Fixed
13+
14+
- Add amount option to HTLC transactions
15+
1016
## 1.0.0 - 2020-02-11
1117

1218
### Added

README.md

Lines changed: 0 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
setuptools.setup(
2929
name='arkecosystem-crypto',
3030
description='A simple Cryptography Implementation in Python for the Ark Blockchain.',
31-
version='1.0.0',
31+
version='2.0.0',
3232
author='Ark Ecosystem',
3333
author_email='[email protected]',
3434
url='https://github.com/ArkEcosystem/python-crypto',

0 commit comments

Comments
 (0)