Skip to content

Commit e9e33d1

Browse files
authored
Merge pull request #2343 from opentensor/release/8.1.1
Release/8.1.1
2 parents 9cdeb51 + dfaaf07 commit e9e33d1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## 8.1.1 /2024-10-04
4+
5+
## What's Changed
6+
* Release/8.1.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2332
7+
* Backmerge/8.1.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2341
8+
* Bumps version and wallet by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2342
9+
10+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.1.0...v8.1.1
11+
312
## 8.1.0 /2024-10-03
413

514
## What's Changed

bittensor/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1616
# DEALINGS IN THE SOFTWARE.
1717

18-
__version__ = "8.1.0"
18+
__version__ = "8.1.1"
1919

2020
import os
2121
import re

requirements/prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ python-Levenshtein
2020
scalecodec==1.2.11
2121
substrate-interface~=1.7.9
2222
uvicorn
23-
bittensor-wallet==2.0.0
23+
bittensor-wallet==2.0.1

0 commit comments

Comments
 (0)