Skip to content

Commit

Permalink
Release/9.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Feb 12, 2025
1 parent f726009 commit 08ed32a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 9.0.0rc3 /2025-02-11

## What's Changed
* Adds safe staking capability to stake add/remove and related configs
* Other bug fixes and improvements

## 9.0.0rc2 /2025-02-06

## 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__ = "9.0.0rc2"
__version__ = "9.0.0rc3"

__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 @@ -72,7 +72,7 @@ class GitError(Exception):
pass


__version__ = "9.0.0rc2"
__version__ = "9.0.0rc3"


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

0 comments on commit 08ed32a

Please sign in to comment.