Skip to content

Commit

Permalink
Merge branch 'release/v1.13.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
onetechnical committed May 4, 2022
2 parents 896d2aa + 19c13b3 commit de80435
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ sphinx:

python:
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
- requirements: docs/requirements.txt
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# v1.13.1
## Fixed
- Fix readthedocs by providing root requirements.txt (#332)

# v1.13.0
## Added
- Adding condition for allowing rcv to be none if close to is set (#317)
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.0",
version="v1.13.1",
long_description=long_description,
long_description_content_type="text/markdown",
license="MIT",
Expand Down

0 comments on commit de80435

Please sign in to comment.