Skip to content

Commit

Permalink
Merge pull request #2343 from opentensor/release/8.1.1
Browse files Browse the repository at this point in the history
Release/8.1.1
  • Loading branch information
ibraheem-opentensor authored Oct 4, 2024
2 parents 9cdeb51 + dfaaf07 commit e9e33d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 8.1.1 /2024-10-04

## What's Changed
* Release/8.1.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2332
* Backmerge/8.1.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2341
* Bumps version and wallet by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2342

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.1.0...v8.1.1

## 8.1.0 /2024-10-03

## What's Changed
Expand Down
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.1.0"
__version__ = "8.1.1"

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 @@ -20,4 +20,4 @@ python-Levenshtein
scalecodec==1.2.11
substrate-interface~=1.7.9
uvicorn
bittensor-wallet==2.0.0
bittensor-wallet==2.0.1

0 comments on commit e9e33d1

Please sign in to comment.