Skip to content

Commit

Permalink
Bumps versions + requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Jan 25, 2025
1 parent f2b135e commit 609f6a0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 8.2.0rc14 /2025-01-24

## What's Changed
* Adds stake_swap, stake_transfer.
* Updates stake_move with interactive mode
* Clean up of outdated subtensor methods + code
* Adds --html option in price command

## 8.2.0rc13 /2025-01-15

## What's Changed
* Bux fixes

## 8.2.0rc12 /2025-01-14

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion bittensor_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
from .cli import CLIManager


__version__ = "8.2.0rc13"
__version__ = "8.2.0rc14"

__all__ = ["CLIManager", "__version__"]
2 changes: 1 addition & 1 deletion bittensor_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GitError(Exception):
pass


__version__ = "8.2.0rc13"
__version__ = "8.2.0rc14"


_core_version = re.match(r"^\d+\.\d+\.\d+", __version__).group(0)
Expand Down

0 comments on commit 609f6a0

Please sign in to comment.