File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
313## 9.1.0 /2025-03-12
414
515## 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"
22
33import os
44import re
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " bittensor"
7- version = " 9.1 .0"
7+ version = " 9.2 .0"
88description = " Bittensor"
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments