Skip to content

Commit 7075c00

Browse files
authored
Merge pull request opentensor#689 from opentensor/changelog/9.14.3
Changelog + version
2 parents 80b76ba + 395f011 commit 7075c00

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor-cli"
7-
version = "9.14.2"
7+
version = "9.14.3"
88
description = "Bittensor CLI"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)