Skip to content

Commit

Permalink
Merge pull request #80 from opentensor/backmerge/main-to-staging-213
Browse files Browse the repository at this point in the history
Backmerge main to staging 213
  • Loading branch information
ibraheem-opentensor authored Dec 18, 2024
2 parents 4e8c434 + c90a223 commit 9d255e0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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
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"
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 9d255e0

Please sign in to comment.