Skip to content

Commit 5d68312

Browse files
authored
Merge pull request #2804 from opentensor/changelog/930
9.3.0: Bumps version and changelog
2 parents 24c4059 + 8cee513 commit 5d68312

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

CHANGELOG.md

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

3+
## 9.3.0 /2025-04-09
4+
5+
## What's Changed
6+
* More E2E tests by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2754
7+
* Fix E2E: fix wait_epoch and next_tempo by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2753
8+
* Add all supported python versions to e2e tests workflow by @basfroman in https://github.com/opentensor/bittensor/pull/2761
9+
* update docker image name by @basfroman in https://github.com/opentensor/bittensor/pull/2760
10+
* Add pypi package version checker for `python -m bittensor` by @basfroman in https://github.com/opentensor/bittensor/pull/2762
11+
* Feat: set_children and get_pending_children methods by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2752
12+
* Add logic for keep docker image up to date by @basfroman in https://github.com/opentensor/bittensor/pull/2765
13+
* Fix: CI/CD Set up Python version for E2E tests by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2767
14+
* Fix E2E Tests: wait for new nonce by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2768
15+
* Fix e2e `conftest.py` for legacy runner by @basfroman in https://github.com/opentensor/bittensor/pull/2769
16+
* Fix E2E with devnet-ready by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2776
17+
* Add compatibility check for 3.13 by @thewhaleking in https://github.com/opentensor/bittensor/pull/2779
18+
* Fix E2E test_dendrite by making sure Alice is Top validator in Subnet by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2780
19+
* Add get_owned_hotkeys to subtensor and async one + tests by @basfroman in https://github.com/opentensor/bittensor/pull/2766
20+
* Add drand-commitments by @basfroman in https://github.com/opentensor/bittensor/pull/2781
21+
* Missing f-string format by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2785
22+
* bump version by @basfroman in https://github.com/opentensor/bittensor/pull/2786
23+
* Improvement and fix for https://github.com/opentensor/bittensor/pull/2781 by @basfroman in https://github.com/opentensor/bittensor/pull/2787
24+
* Add `stop_existing_test_containers` logic before run e2e test/s by @basfroman in https://github.com/opentensor/bittensor/pull/2790
25+
* Bump async substrate interface by @thewhaleking in https://github.com/opentensor/bittensor/pull/2788
26+
* Improve CRv3 functionality by @basfroman in https://github.com/opentensor/bittensor/pull/2791
27+
* Improve logic in Balance magic methods by @basfroman in https://github.com/opentensor/bittensor/pull/2764
28+
* Requirements update by @thewhaleking in https://github.com/opentensor/bittensor/pull/2789
29+
* remove Levenshtein requirement by @thewhaleking in https://github.com/opentensor/bittensor/pull/2802
30+
31+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.2.0...v9.3.0
32+
333
## 9.2.0 /2025-03-18
434

535
## What's Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2.0
1+
9.3.0

bittensor/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "9.2.0"
1+
__version__ = "9.3.0"
22

33
import os
44
import re

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor"
7-
version = "9.2.0"
7+
version = "9.3.0"
88
description = "Bittensor"
99
readme = "README.md"
1010
authors = [
@@ -34,7 +34,7 @@ dependencies = [
3434
"scalecodec==1.2.11",
3535
"uvicorn",
3636
"bittensor-commit-reveal>=0.3.1",
37-
"bittensor-wallet>=3.0.7",
37+
"bittensor-wallet>=3.0.8",
3838
"async-substrate-interface>=1.1.0"
3939
]
4040

0 commit comments

Comments
 (0)