File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## 9.15.0 /2025-11-04
4+
5+ * Stop running e2e tests on changelog branches by @thewhaleking in https://github.com/opentensor/btcli/pull/691
6+ * Feat/root claim by @ibraheem-abe in https://github.com/opentensor/btcli/pull/692
7+
8+ ** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.14.3...v9.15.0
9+
210## 9.14.3 /2025-10-30
311* Allows for installing on Py 3.14 by @thewhaleking in https://github.com/opentensor/btcli/pull/688
412 * corrects ` --name ` param in ` wallet set-identity ` and ` subnets set-identity ` which was a duplicate param alias of ` --wallet-name `
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.3 "
7+ version = " 9.15.0 "
88description = " Bittensor CLI"
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments