From dd3032a2284adb88de6530ea9c67f41b2954e9a4 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Thu, 9 Jan 2025 13:46:13 -0800 Subject: [PATCH] Bumps version and changelog --- CHANGELOG.md | 5 +++++ VERSION | 2 +- bittensor/core/settings.py | 2 +- requirements/prod.txt | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03e7ee0621..b59bda20ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 8.5.1rc3 /2025-01-09 + +## What's Changed +* Updates bittensor-cli to 8.2.0rc7 + ## 8.5.1rc2 /2025-01-09 ## What's Changed diff --git a/VERSION b/VERSION index bfe9e444c2..0c52afd3cf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.5.1rc2 \ No newline at end of file +8.5.1rc3 \ No newline at end of file diff --git a/bittensor/core/settings.py b/bittensor/core/settings.py index 7cc0eb4b47..bb02b7cbb4 100644 --- a/bittensor/core/settings.py +++ b/bittensor/core/settings.py @@ -15,7 +15,7 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -__version__ = "8.5.1rc2" +__version__ = "8.5.1rc3" import os import re diff --git a/requirements/prod.txt b/requirements/prod.txt index 2839d2025d..f258b94a41 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -2,7 +2,7 @@ wheel setuptools~=70.0.0 aiohttp~=3.9 async-property==0.2.2 -bittensor-cli==8.2.0rc6 +bittensor-cli==8.2.0rc7 bt-decode==0.4.0 colorama~=0.4.6 fastapi~=0.110.1