Skip to content

Commit e52602e

Browse files
authored
Merge pull request #2901 from opentensor/changelog/9.6.2
9.6.2: Bumps version and changelog
2 parents f4abe88 + aaa3c22 commit e52602e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## 9.6.1 /2025-05-22
414

515
## What's Changed

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

0 commit comments

Comments
 (0)