From 6ae555b51e6f5d6009947bf68a829b7712dca817 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Tue, 28 Jan 2025 11:15:12 -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 dfbb35d804..1a475eb917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.5.1rc10 /2025-01-29 +## What's Changed +* Adds `get_metagraph`, `get_all_metagraphs`: a new structure for metagraph data. +* Updates other methods, adds new ones like move and transfer stake. +* Bug fixes and improvements. + ## 8.5.1rc9 /2025-01-22 ## What's Changed * Updates to the sdk to support methods used in Rao diff --git a/VERSION b/VERSION index d36a8f6e14..a0c8b5696d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.5.1rc9 \ No newline at end of file +8.5.1rc10 \ No newline at end of file diff --git a/bittensor/core/settings.py b/bittensor/core/settings.py index af422787fd..847092ed4d 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.1rc9" +__version__ = "8.5.1rc10" import os import re