File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 10.0.0rc3 /2025-11-05
4+
5+ ## What's Changed
6+ * [ v10] Apply default era.period to all extrinsics by @basfroman in https://github.com/opentensor/bittensor/pull/3116
7+ * [ V10] python3.14 by @thewhaleking in https://github.com/opentensor/bittensor/pull/3123
8+ * [ v10] Fix py3.14 tests issue by @basfroman in https://github.com/opentensor/bittensor/pull/3124
9+ * [ v10] ` Root claim/ Airdrop ` mechanism implementation by @basfroman in https://github.com/opentensor/bittensor/pull/3117
10+ * [ v10] RootClaim fix by @basfroman in https://github.com/opentensor/bittensor/pull/3130
11+ * [ v10] EMA InFlow support by @basfroman in https://github.com/opentensor/bittensor/pull/3131
12+
13+ ** Full Changelog** : https://github.com/opentensor/bittensor/compare/v10.0.0rc2...v10.0.0rc3
14+
315## 10.0.0rc2 /2025-10-20
416
517* [ v10] Remove deprecated ` bittensor.version_split ` by @basfroman in https://github.com/opentensor/bittensor/pull/3100
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " bittensor"
7- version = " 10.0.0rc2 "
7+ version = " 10.0.0rc3 "
88description = " Bittensor SDK"
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments