Skip to content

Commit 5bba098

Browse files
committed
Bumps version and updates changelog
1 parent 5b36387 commit 5bba098

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 9.0.0rc2 /2025-02-05
4+
5+
## What's Changed
6+
* Small bug fixes and improvements by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2637
7+
8+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.0.0rc1...v9.0.0rc2
9+
310
## 9.0.0rc1 /2025-02-05
411

512
## What's Changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.0rc1
1+
9.0.0rc2

bittensor/core/settings.py

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

33
import os
44
import re

0 commit comments

Comments
 (0)