From 8d704ebfaebf97fb2713e43e035d34e03fe82ab7 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Mon, 17 Mar 2025 18:10:43 -0700 Subject: [PATCH] Bumps version and changelog --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- bittensor/core/settings.py | 2 +- pyproject.toml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c88fa7c8..15214fcf88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 9.2.0 /2025-03-18 + +## What's Changed +* Fix E2E test_incentive by waiting till start of the very next epoch by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2746 +* New era of e2e Tests Bittensor by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2743 +* Allow installation on Py 3.13 by @thewhaleking in https://github.com/opentensor/bittensor/pull/2756 +* Feat/dynamic stake prices by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2755 + +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.1.0...v9.2.0 + ## 9.1.0 /2025-03-12 ## What's Changed diff --git a/VERSION b/VERSION index e977f5eae6..85f864fe85 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.1.0 \ No newline at end of file +9.2.0 \ No newline at end of file diff --git a/bittensor/core/settings.py b/bittensor/core/settings.py index 3e4174f950..8a53f6c423 100644 --- a/bittensor/core/settings.py +++ b/bittensor/core/settings.py @@ -1,4 +1,4 @@ -__version__ = "9.1.0" +__version__ = "9.2.0" import os import re diff --git a/pyproject.toml b/pyproject.toml index 14f0928d39..2c01c2858d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor" -version = "9.1.0" +version = "9.2.0" description = "Bittensor" readme = "README.md" authors = [