Skip to content

Commit

Permalink
Bumps version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Jan 14, 2025
1 parent 72a0f2b commit f34c620
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 8.5.1rc7 /2025-01-14

## What's Changed
* Adds `get_subnets_info`, `get_subnet_info`, `get_stake_for_coldkey_and_hotkey`, `get_stake_for_coldkey`.
* Updates `add_stake`, `add_stake_multiple`, `unstake`, `unstake_multiple`

## 8.5.1rc6 /2025-01-11

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.5.1rc6
8.5.1rc7
2 changes: 1 addition & 1 deletion bittensor/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

__version__ = "8.5.1rc6"
__version__ = "8.5.1rc7"

import os
import re
Expand Down

0 comments on commit f34c620

Please sign in to comment.