Skip to content

Commit 4c74af0

Browse files
committed
Bumps version and changelog
1 parent bf7d195 commit 4c74af0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## 8.5.1 /2024-12-16
4+
5+
## What's Changed
6+
* 8.5.0 bugfixes by @thewhaleking in https://github.com/opentensor/bittensor/pull/2541
7+
* Removes substrate call in format_error_message by @thewhaleking in https://github.com/opentensor/bittensor/pull/2542
8+
* Remove torch from the weights calls by @thewhaleking in https://github.com/opentensor/bittensor/pull/2543
9+
* optional arg fix by @thewhaleking in https://github.com/opentensor/bittensor/pull/2544
10+
* async cr3 not implemented by @thewhaleking in https://github.com/opentensor/bittensor/pull/2545
11+
* Backmerge master to staging 851 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2546
12+
* Adds retry in CRv3 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2547
13+
14+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.5.0...v8.5.1
15+
316
## 8.5.0 /2024-12-12
417

518
## What's Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.5.0
1+
8.5.1

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.5.0"
18+
__version__ = "8.5.1"
1919

2020
import os
2121
import re

0 commit comments

Comments
 (0)