From f34c6209975f2507d4bfa98c9d89fbc08c69d3b5 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Mon, 13 Jan 2025 19:15:38 -0800 Subject: [PATCH] Bumps version and changelog --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- bittensor/core/settings.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f3270152..d72d9230d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 9494958313..6a8b0f2961 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.5.1rc6 \ No newline at end of file +8.5.1rc7 \ No newline at end of file diff --git a/bittensor/core/settings.py b/bittensor/core/settings.py index 7a43d7449e..9a7bb7222f 100644 --- a/bittensor/core/settings.py +++ b/bittensor/core/settings.py @@ -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