File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.0.5 /2025-03-12
4
+
5
+ ## What's Changed
6
+ * Refactor duplicated unittests code by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2724
7
+ * Use uv for circleci by @thewhaleking in https://github.com/opentensor/bittensor/pull/2729
8
+ * Fix E2E test_metagraph_info by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2728
9
+ * Tests: deduplicate fake_wallet and correctly create Mock by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2730
10
+ * E2E Test: wait cooldown period to check set_children effect by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2733
11
+ * Tests: wait for Miner/Validator to fully start by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2737
12
+ * All metagraph subtensor methods now use block by @thewhaleking in https://github.com/opentensor/bittensor/pull/2738
13
+ * Tests: increse test_incentive timeout + fix sudo_set_weights_set_rate_limit by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2739
14
+ * Feat/safe staking by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2736
15
+
16
+ ** Full Changelog** : https://github.com/opentensor/bittensor/compare/v9.0.4...v9.0.5
17
+
3
18
## 9.0.4 /2025-03-06
4
19
5
20
## What's Changed
Original file line number Diff line number Diff line change 1
- 9.0.4
1
+ 9.0.5
Original file line number Diff line number Diff line change 1
- __version__ = "9.0.4 "
1
+ __version__ = "9.0.5 "
2
2
3
3
import os
4
4
import re
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bittensor"
7
- version = " 9.0.4 "
7
+ version = " 9.0.5 "
8
8
description = " Bittensor"
9
9
readme = " README.md"
10
10
authors = [
You can’t perform that action at this time.
0 commit comments