Skip to content

Commit

Permalink
Bumps version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Jan 9, 2025
1 parent e4b209f commit dd3032a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 8.5.1rc3 /2025-01-09

## What's Changed
* Updates bittensor-cli to 8.2.0rc7

## 8.5.1rc2 /2025-01-09

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.5.1rc2
8.5.1rc3
2 changes: 1 addition & 1 deletion bittensor/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

__version__ = "8.5.1rc2"
__version__ = "8.5.1rc3"

import os
import re
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ wheel
setuptools~=70.0.0
aiohttp~=3.9
async-property==0.2.2
bittensor-cli==8.2.0rc6
bittensor-cli==8.2.0rc7
bt-decode==0.4.0
colorama~=0.4.6
fastapi~=0.110.1
Expand Down

0 comments on commit dd3032a

Please sign in to comment.