Skip to content

Commit

Permalink
Merge pull request #76 from opentensor/release/2.1.2
Browse files Browse the repository at this point in the history
Release/2.1.2
  • Loading branch information
ibraheem-opentensor authored Nov 27, 2024
2 parents 1796756 + 0c6c1cb commit 91f6c5a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.1.2 /2024-11-27

## What's Changed
* Removes ansible from requirements. But the second requirements. by @thewhaleking in https://github.com/opentensor/btwallet/pull/74

**Full Changelog**: https://github.com/opentensor/btwallet/compare/v2.1.1...v2.1.2

## 2.1.1 /2024-11-18

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bittensor_wallet"
version = "2.1.0"
version = "2.1.2"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion bittensor_wallet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
wallet as wallet,
)

__version__ = "2.1.0"
__version__ = "2.1.2"
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bittensor-wallet"
version = "2.1.1"
version = "2.1.2"
description = ""
readme = "README.md"
license = {file = "LICENSE"}
Expand All @@ -11,7 +11,6 @@ dependencies = [
"eth-utils<2.3.0",
"password_strength",
"cryptography~=43.0.1",
"ansible~=6.7",
"ansible_vault~=2.1",
"munch~=2.5.0",
"rich",
Expand Down

0 comments on commit 91f6c5a

Please sign in to comment.