We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b36387 commit 5bba098Copy full SHA for 5bba098
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 9.0.0rc1 /2025-02-05
11
12
## What's Changed
VERSION
@@ -1 +1 @@
-9.0.0rc1
+9.0.0rc2
bittensor/core/settings.py
@@ -1,4 +1,4 @@
-__version__ = "9.0.0rc1"
+__version__ = "9.0.0rc2"
import os
import re
0 commit comments