Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# v1.0.1

<!-- Release notes generated using configuration in .github/release.yml at release/v1.0.1 -->

## What's Changed
### Enhancements
* Update README.md by @algobarb in https://github.com/algobarb/test/pull/82
* Test: Update README.md by @algobarb in https://github.com/algobarb/test/pull/127


**Full Changelog**: https://github.com/algobarb/test/compare/1.0.0...v1.0.1

# v2.2.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="pypiservice@algorand.com",
version="2.2.0",
version="1.0.1",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/algorand/py-algorand-sdk",
Expand Down