From 81a2da5a40e447bffce84e3fa598c0406e5abfbe Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Mon, 12 May 2025 14:38:18 -0700 Subject: [PATCH] bumps version and changelog --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bbc0128..be2bc9ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 9.4.1 /2025-04-17 + +## What's Changed +* Fixes `test_staking_sudo` setting `max_burn` by @thewhaleking in https://github.com/opentensor/btcli/pull/440 +* Fixes Error Formatter by @thewhaleking in https://github.com/opentensor/btcli/pull/439 +* Pulls shares in a gather rather than one-at-a-time by @thewhaleking in https://github.com/opentensor/btcli/pull/438 +* Pull emission start schedule dynamically by @thewhaleking in https://github.com/opentensor/btcli/pull/442 +* Lengthen default era period + rename "era" to "period" by @thewhaleking in https://github.com/opentensor/btcli/pull/443 +* docs: fixed redundant "from" by @mdqst in https://github.com/opentensor/btcli/pull/429 +* click version 8.2.0 broken by @thewhaleking in https://github.com/opentensor/btcli/pull/447 +* JSON Name shadowing bug by @thewhaleking in https://github.com/opentensor/btcli/pull/445 +* Stop Parsing, Start Asking by @thewhaleking in https://github.com/opentensor/btcli/pull/446 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.4.0...v9.4.1 + ## 9.4.0 /2025-04-17 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 4e1d4d5c5..240c6f892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.4.0" +version = "9.4.1" description = "Bittensor CLI" readme = "README.md" authors = [