File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.2.0 /2025-03-18
4
+
5
+ ## What's Changed
6
+ * Fix E2E test_incentive by waiting till start of the very next epoch by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2746
7
+ * New era of e2e Tests Bittensor by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2743
8
+ * Allow installation on Py 3.13 by @thewhaleking in https://github.com/opentensor/bittensor/pull/2756
9
+ * Feat/dynamic stake prices by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2755
10
+
11
+ ** Full Changelog** : https://github.com/opentensor/bittensor/compare/v9.1.0...v9.2.0
12
+
3
13
## 9.1.0 /2025-03-12
4
14
5
15
## What's Changed
Original file line number Diff line number Diff line change 1
- 9.1 .0
1
+ 9.2 .0
Original file line number Diff line number Diff line change 1
- __version__ = "9.1 .0"
1
+ __version__ = "9.2 .0"
2
2
3
3
import os
4
4
import re
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bittensor"
7
- version = " 9.1 .0"
7
+ version = " 9.2 .0"
8
8
description = " Bittensor"
9
9
readme = " README.md"
10
10
authors = [
You can’t perform that action at this time.
0 commit comments