File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 9.14.3 /2025-10-30
3+ * Allows for installing on Py 3.14 by @thewhaleking in https://github.com/opentensor/btcli/pull/688
4+ * corrects ` --name ` param in ` wallet set-identity ` and ` subnets set-identity ` which was a duplicate param alias of ` --wallet-name `
5+
6+ ** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.14.2...v9.14.3
7+
28## 9.14.2 /2025-10-28
39* ` stake remove --all ` fails when unsuccessful by @thewhaleking in https://github.com/opentensor/btcli/pull/679
410* check subnet logo url by @thewhaleking in https://github.com/opentensor/btcli/pull/681
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " bittensor-cli"
7- version = " 9.14.2 "
7+ version = " 9.14.3 "
88description = " Bittensor CLI"
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments