From 395f0119204261ef821a4c258fe54c8e02c657ed Mon Sep 17 00:00:00 2001 From: bdhimes Date: Thu, 30 Oct 2025 21:03:13 +0200 Subject: [PATCH] Changelog + version --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 885527728..ecb08197f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## 9.14.3 /2025-10-30 +* Allows for installing on Py 3.14 by @thewhaleking in https://github.com/opentensor/btcli/pull/688 + * corrects `--name` param in `wallet set-identity` and `subnets set-identity` which was a duplicate param alias of `--wallet-name` + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.14.2...v9.14.3 + ## 9.14.2 /2025-10-28 * `stake remove --all` fails when unsuccessful by @thewhaleking in https://github.com/opentensor/btcli/pull/679 * check subnet logo url by @thewhaleking in https://github.com/opentensor/btcli/pull/681 diff --git a/pyproject.toml b/pyproject.toml index 6c6f552f6..5945a9a38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.14.2" +version = "9.14.3" description = "Bittensor CLI" readme = "README.md" authors = [