Skip to content

Commit

Permalink
Bumps version and updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Dec 2, 2024
1 parent d795445 commit 6b486fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 8.4.3 /2024-12-02

## What's Changed

* Fix logging config parsing by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2500
* Improve `submit_extrinsic` util by @thewhaleking in https://github.com/opentensor/bittensor/pull/2502
* Backmerge master to staging for 843 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2505

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.4.2...v8.4.3

## 8.4.2 /2024-11-28

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.4.2
8.4.3
2 changes: 1 addition & 1 deletion bittensor/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.2"
__version__ = "8.4.3"

import os
import re
Expand Down

0 comments on commit 6b486fc

Please sign in to comment.