File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.6.2 /2025-05-29
4
+
5
+ ## What's Changed
6
+ * Add ` get_subnet_info ` by @basfroman in https://github.com/opentensor/bittensor/pull/2894
7
+ * Fix bug in ` get_next_epoch_start_block ` by @basfroman in https://github.com/opentensor/bittensor/pull/2899
8
+ * e2e workflow: improve skipping logic (no error when skip the job) by @basfroman in https://github.com/opentensor/bittensor/pull/2898
9
+ * Replace ` transfer_allow_death ` with ` transfer_keep_alive ` by @basfroman in https://github.com/opentensor/bittensor/pull/2900
10
+
11
+ ** Full Changelog** : https://github.com/opentensor/bittensor/compare/v9.6.1...v9.6.2
12
+
3
13
## 9.6.1 /2025-05-22
4
14
5
15
## What's Changed
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.6.1 "
7
+ version = " 9.6.2 "
8
8
description = " Bittensor"
9
9
readme = " README.md"
10
10
authors = [
You can’t perform that action at this time.
0 commit comments