Skip to content

Commit 3e56d5e

Browse files
authored
Merge pull request #2498 from opentensor/backmerge-master-841
Backmerge master to staging for 841
2 parents daa9e7b + 23b44aa commit 3e56d5e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 8.4.1 /2024-11-27
4+
5+
## What's Changed
6+
7+
* Backmerge master 840 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2494
8+
* Enable arguments to be set in axon config by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2493
9+
10+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.4.0...v8.4.1
11+
312
## 8.4.0 /2024-11-27
413

514
## What's Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4.0
1+
8.4.1

bittensor/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1616
# DEALINGS IN THE SOFTWARE.
1717

18-
__version__ = "8.4.0"
18+
__version__ = "8.4.1"
1919

2020
import os
2121
import re

0 commit comments

Comments
 (0)