Skip to content

Commit d018072

Browse files
authored
9.12.2: changelog + version (#3125)
changelog + version
1 parent a9f0e19 commit d018072

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## 9.12.2 /2025-10-30
3+
* Use uv pip for e2e dependency installation by @thewhaleking in https://github.com/opentensor/bittensor/pull/3109
4+
* Fix for `test_liquidity` by @basfroman in https://github.com/opentensor/bittensor/pull/3114
5+
* Apply default `era.period` to all subtensor extrinsic calls by @basfroman in https://github.com/opentensor/bittensor/pull/3115
6+
* set root owner for fast runtime time by @basfroman in https://github.com/opentensor/bittensor/pull/3118
7+
* Allow python 3.14 by @thewhaleking in https://github.com/opentensor/bittensor/pull/3122
8+
9+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.12.1...v9.12.2
210

311
## 9.12.1 /2025-10-20
412

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.12.1"
7+
version = "9.12.2"
88
description = "Bittensor"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)