We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4df56ab + 668c834 commit 06779afCopy full SHA for 06779af
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 9.7.0/2025-06-16
4
+
5
+## What's Changed
6
+* Add `SKIP_PULL` variable for conftest.py by @basfroman in https://github.com/opentensor/btcli/pull/502
7
+* Feat: Adds netuid support in swap_hotkeys by @ibraheem-abe in https://github.com/opentensor/btcli/pull/505
8
9
+**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.6.0...v9.7.0
10
11
## 9.6.0/2025-06-12
12
13
## What's Changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "bittensor-cli"
-version = "9.6.0"
+version = "9.7.0"
description = "Bittensor CLI"
readme = "README.md"
authors = [
0 commit comments