Skip to content

Commit

Permalink
Merge pull request #79 from opentensor/release/2.1.3
Browse files Browse the repository at this point in the history
Release/2.1.3
  • Loading branch information
ibraheem-opentensor authored Nov 27, 2024
2 parents 91f6c5a + 7b89ae1 commit b6af966
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 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.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
Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2"
version = "2.1.3"
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.2"
__version__ = "2.1.3"
4 changes: 2 additions & 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.2"
version = "2.1.3"
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_vault~=2.1",
"munch~=2.5.0",
"rich",
"py-bip39-bindings==0.1.11",
Expand Down Expand Up @@ -75,4 +74,5 @@ dev = [
"factory-boy==3.3.0",
"maturin==1.7.0",
"py-bip39-bindings==0.1.11",
"ansible_vault~=2.1"
]
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ ruff==0.4.7
aioresponses==0.7.6
factory-boy==3.3.0
maturin==1.7.0
py-bip39-bindings==0.1.11
py-bip39-bindings==0.1.11
ansible_vault~=2.1
1 change: 0 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ eth-utils<2.3.0
substrate-interface~=1.7.9
password_strength
cryptography~=43.0.1
ansible_vault~=2.1
munch~=2.5.0
rich

0 comments on commit b6af966

Please sign in to comment.