We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c219098 commit 4d11373Copy full SHA for 4d11373
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# CHANGELOG
2
+## v1.0.0-beta.3 (2025-09-08)
3
+
4
+### Features
5
6
+* add .as_uint64 and .as_biguint methods to replace native property ([`0f9c6c0`](https://github.com/algorandfoundation/algorand-python-testing/commit/0f9c6c06b6e1b986c4e512cbbe0098aea32615b7))
7
8
## v1.0.0-beta.2 (2025-09-03)
9
10
### Features
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "algorand-python-testing"
-version = "1.0.0-beta.2"
+version = "1.0.0-beta.3"
description = 'Algorand Python testing library'
readme = "README.md"
requires-python = ">=3.12"
0 commit comments