Skip to content

Commit f9860aa

Browse files
authored
Merge pull request #372 from opentensor/changelog/912
9.1.2: Bumps version and changelog
2 parents 7cc53eb + 978d153 commit f9860aa

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 9.1.2 /2025-03-07
4+
5+
## What's Changed
6+
* Updates subnet and neuron identity by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/370
7+
8+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.1.1...v9.1.2
9+
310
## 9.1.1 /2025-03-06
411

512
## What's Changed

bittensor_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ def version_as_int(version):
1515
__new_signature_version__ = 360
1616
return __version_as_int__
1717

18-
__version__ = "9.1.1"
18+
__version__ = "9.1.2"
1919
__version_as_int__ = version_as_int(__version__)

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.1.1"
7+
version = "9.1.2"
88
description = "Bittensor CLI"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)