From 10411316e3af07c498d44d20de865c99e01b0540 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 5 Sep 2025 13:00:57 -0700 Subject: [PATCH 1/2] bumping version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40a7e7f85f..cfa7b2997e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor" -version = "9.10.0" +version = "9.10.1" description = "Bittensor" readme = "README.md" authors = [ From d0b65f0b485179c8a0889a5c9d356c4db96fd49e Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 5 Sep 2025 13:04:24 -0700 Subject: [PATCH 2/2] update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0229e03163..4e75d83f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 9.10.1 /2025-09-05 + +## What's Changed +* Async Get_balances at a specific block returns current block by @basfroman in https://github.com/opentensor/bittensor/pull/3043 +* Fix bug if `block==0` by @basfroman in https://github.com/opentensor/bittensor/pull/3044 +* docs: Update Bittensor documentation link by @Galoretka in https://github.com/opentensor/bittensor/pull/3040 + +## New Contributors +* @Galoretka made their first contribution in https://github.com/opentensor/bittensor/pull/3040 + +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.10.0...v9.10.1 + ## 9.10.0 /2025-08-28 ## What's Changed