Skip to content

Commit f34c620

Browse files
Bumps version and changelog
1 parent 72a0f2b commit f34c620

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 8.5.1rc7 /2025-01-14
4+
5+
## What's Changed
6+
* Adds `get_subnets_info`, `get_subnet_info`, `get_stake_for_coldkey_and_hotkey`, `get_stake_for_coldkey`.
7+
* Updates `add_stake`, `add_stake_multiple`, `unstake`, `unstake_multiple`
8+
39
## 8.5.1rc6 /2025-01-11
410

511
## What's Changed

VERSION

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

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.1rc6"
18+
__version__ = "8.5.1rc7"
1919

2020
import os
2121
import re

0 commit comments

Comments
 (0)