Skip to content

Commit 4cf8680

Browse files
committed
Bumps version and adds changelog
1 parent 423d400 commit 4cf8680

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## 8.4.5 /2024-12-05
4+
5+
## What's Changed
6+
* Overrides copy and deep copy for the metagraph by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2523
7+
8+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.4.4...v8.4.5
9+
310
## 8.4.4 /2024-12-05
411

512
## What's Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4.4
1+
8.4.5

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.4"
18+
__version__ = "8.4.5"
1919

2020
import os
2121
import re

0 commit comments

Comments
 (0)