From 3abaf628d829c3a0122e7d43461e450edaebf67a Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Mon, 17 Mar 2025 18:41:37 -0700 Subject: [PATCH] bumps version and changelog --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5da6e32..18a999205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 9.2.0 /2025-03-18 + +## What's Changed +* Updates to E2E suubtensor tests to devnet ready by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/390 +* Allow Py 3.13 install by @thewhaleking in https://github.com/opentensor/btcli/pull/392 +* pip install readme by @thewhaleking in https://github.com/opentensor/btcli/pull/391 +* Feat/dynamic staking fee by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/389 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.1.4...v9.2.0 + ## 9.1.4 /2025-03-13 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 9fc0c9a00..f9793d4a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.1.4" +version = "9.2.0" description = "Bittensor CLI" readme = "README.md" authors = [