We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b8a3a commit df010ebCopy full SHA for df010eb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 9.0.0rc5 /2025-02-07
4
+* Fix InfoBase + dataclasses @roman-opentensor in https://github.com/opentensor/bittensor/pull/2649
5
+
6
+**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.0.0rc4...v9.0.0rc5
7
8
## 9.0.0rc4 /2025-02-07
9
* Fix for extra fields from chain data by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2647
10
* Adds get_all_commitments and fixes commitment tests and query_map @thewhaleking in https://github.com/opentensor/bittensor/pull/2644
VERSION
@@ -1 +1 @@
-9.0.0rc4
+9.0.0rc5
bittensor/core/settings.py
@@ -1,4 +1,4 @@
-__version__ = "9.0.0rc4"
+__version__ = "9.0.0rc5"
import os
import re
0 commit comments