From 7b89ae1c939431f43e51e24f7f55c3f3c8cfb7a7 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Wed, 27 Nov 2024 13:38:46 -0800 Subject: [PATCH] Bumps version and changelog --- CHANGELOG.MD | 7 +++++++ Cargo.toml | 2 +- bittensor_wallet/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 4b84bf1..b3348bf 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,12 @@ # Changelog +## 2.1.3 /2024-11-27 + +## What's Changed +* Removes ansible completely by @roman-opentensor in https://github.com/opentensor/btwallet/pull/77 + +**Full Changelog**: https://github.com/opentensor/btwallet/compare/v2.1.2...v2.1.3 + ## 2.1.2 /2024-11-27 ## What's Changed diff --git a/Cargo.toml b/Cargo.toml index 90ab141..869a8b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bittensor_wallet" -version = "2.1.2" +version = "2.1.3" edition = "2021" [lib] diff --git a/bittensor_wallet/__init__.py b/bittensor_wallet/__init__.py index 3e1b354..5258f3c 100644 --- a/bittensor_wallet/__init__.py +++ b/bittensor_wallet/__init__.py @@ -13,4 +13,4 @@ wallet as wallet, ) -__version__ = "2.1.2" +__version__ = "2.1.3" diff --git a/pyproject.toml b/pyproject.toml index 652fd40..94c538f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bittensor-wallet" -version = "2.1.2" +version = "2.1.3" description = "" readme = "README.md" license = {file = "LICENSE"}