Skip to content

Commit

Permalink
Bumped version to v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
algojack committed Jun 15, 2022
1 parent 13196fa commit 2718bd0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# v1.15.0

## What's Changed
* Break v2_step.py into account_, application_, and other_ by @tzaffi in https://github.com/algorand/py-algorand-sdk/pull/341
* Add method to ABIResult by @barnjamin in https://github.com/algorand/py-algorand-sdk/pull/342
* Add method to get Method by name by @barnjamin in https://github.com/algorand/py-algorand-sdk/pull/345

**Full Changelog**: https://github.com/algorand/py-algorand-sdk/compare/v1.14.0...v1.15.0


# v1.14.0

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
description="Algorand SDK in Python",
author="Algorand",
author_email="[email protected]",
version="v1.14.0",
version="v1.15.0",
long_description=long_description,
long_description_content_type="text/markdown",
license="MIT",
Expand Down

0 comments on commit 2718bd0

Please sign in to comment.