Skip to content

Commit 34ef750

Browse files
Bumps version and updates changelog
1 parent e988f5c commit 34ef750

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## 8.5.1rc6 /2025-01-11
4+
5+
## What's Changed
6+
* Updates bittensor-cli to 8.2.0rc10
7+
38
## 8.5.1rc5 /2025-01-09
49

510
## What's Changed

VERSION

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

bittensor/core/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1616
# DEALINGS IN THE SOFTWARE.
1717

18-
__version__ = "8.5.1rc5"
18+
__version__ = "8.5.1rc6"
1919

2020
import os
2121
import re

requirements/prod.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ wheel
22
setuptools~=70.0.0
33
aiohttp~=3.9
44
async-property==0.2.2
5-
bittensor-cli==8.2.0rc8
5+
bittensor-cli>=8.2.0rc10,<8.2.0rc999
66
bt-decode==0.4.0
77
colorama~=0.4.6
88
fastapi~=0.110.1

0 commit comments

Comments
 (0)