Skip to content

Commit fb76ebc

Browse files
Bumps version + changelog, updates release script
1 parent 20f00d5 commit fb76ebc

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
4747
- name: Upload artifact
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: dist
5151
path: dist/
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Download artifact
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
6565
name: dist
6666
path: dist/

CHANGELOG.md

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

3+
## 9.0.0rc1 /2025-02-05
4+
5+
## What's Changed
6+
* Uses revamped Async Substrate Interface
7+
* Compatibility with Rao changes added
8+
* Completely revamped Async Subtensor introduced
9+
* Numerous improvements, bug fixes, and deprecations
10+
11+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.5.1...v9.0.0rc1
12+
313
## 8.5.1 /2024-12-16
414

515
## What's Changed

VERSION

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

bittensor/core/settings.py

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

33
import os
44
import re

0 commit comments

Comments
 (0)