Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## 9.12.2 /2025-10-30
* Use uv pip for e2e dependency installation by @thewhaleking in https://github.com/opentensor/bittensor/pull/3109
* Fix for `test_liquidity` by @basfroman in https://github.com/opentensor/bittensor/pull/3114
* Apply default `era.period` to all subtensor extrinsic calls by @basfroman in https://github.com/opentensor/bittensor/pull/3115
* set root owner for fast runtime time by @basfroman in https://github.com/opentensor/bittensor/pull/3118
* Allow python 3.14 by @thewhaleking in https://github.com/opentensor/bittensor/pull/3122

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.12.1...v9.12.2

## 9.12.1 /2025-10-20

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bittensor"
version = "9.12.1"
version = "9.12.2"
description = "Bittensor"
readme = "README.md"
authors = [
Expand Down
Loading