Skip to content

Commit 2cff3f7

Browse files
authored
Merge pull request #3048 from opentensor/changelog/9.10.1
Update changelog + version to 9.10.1
2 parents e8ace72 + da191bf commit 2cff3f7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 9.10.1 /2025-09-05
4+
5+
## What's Changed
6+
* Async Get_balances at a specific block returns current block by @basfroman in https://github.com/opentensor/bittensor/pull/3043
7+
* Fix bug if `block==0` by @basfroman in https://github.com/opentensor/bittensor/pull/3044
8+
* docs: Update Bittensor documentation link by @Galoretka in https://github.com/opentensor/bittensor/pull/3040
9+
10+
## New Contributors
11+
* @Galoretka made their first contribution in https://github.com/opentensor/bittensor/pull/3040
12+
13+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.10.0...v9.10.1
14+
315
## 9.10.0 /2025-08-28
416

517
## What's Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor"
7-
version = "9.10.0"
7+
version = "9.10.1"
88
description = "Bittensor"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)