Skip to content

Commit 6c81621

Browse files
Bumps version and updates changelog
1 parent d244791 commit 6c81621

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 9.0.0rc6 /2025-02-11
4+
* Using one determine_chain_endpoint_and_network by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2661
5+
* Tests: separate templates fixture by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2660
6+
* add name and symbol fields to metagraph by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2658
7+
* Metagraph Improvements by @thewhaleking in https://github.com/opentensor/bittensor/pull/2659
8+
* feat/roman/add-subnet-identity-with-subnet-creation by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2662
9+
10+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.0.0rc5...v9.0.0rc6
11+
312
## 9.0.0rc5 /2025-02-07
413
* Fix InfoBase + dataclasses @roman-opentensor in https://github.com/opentensor/bittensor/pull/2649
514

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.0rc5
1+
9.0.0rc6

bittensor/core/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "9.0.0rc5"
1+
__version__ = "9.0.0rc6"
22

33
import os
44
import re

requirements/prod.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ uvicorn
2323
websockets>=14.1
2424
bittensor-commit-reveal>=0.2.0
2525
bittensor-wallet>=3.0.2
26-
async-substrate-interface>=1.0.0rc13
26+
async-substrate-interface>=1.0.0rc14
2727
bittensor-cli>=9.0.0rc1

0 commit comments

Comments
 (0)