Skip to content

Commit

Permalink
Merge branch 'release/v1.14.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
onetechnical committed Jun 2, 2022
2 parents de80435 + af59a7e commit 760d892
Show file tree
Hide file tree
Showing 3 changed files with 13 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.14.0

## What's Changed

* Update client API to support new cost fields in dryrun result by @algoidurovic in https://github.com/algorand/py-algorand-sdk/pull/336

## New Contributors

* @algoidurovic made their first contribution in https://github.com/algorand/py-algorand-sdk/pull/336

# v1.13.1
## Fixed
- Fix readthedocs by providing root requirements.txt (#332)
Expand Down
2 changes: 2 additions & 0 deletions algosdk/dryrun_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def __init__(self, dr):
"app-call-messages",
"local-deltas",
"global-delta",
"budget-added",
"budget-consumed",
"cost",
"logic-sig-messages",
"logic-sig-disassembly",
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.13.1",
version="v1.14.0",
long_description=long_description,
long_description_content_type="text/markdown",
license="MIT",
Expand Down

0 comments on commit 760d892

Please sign in to comment.