Skip to content

Commit e4b209f

Browse files
committed
Bumps version and updates units var
1 parent c3074a1 commit e4b209f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 8.5.1rc2 /2025-01-09
4+
5+
## What's Changed
6+
* Fixed units variable name
7+
38
## 8.5.1rc1 /2025-01-09
49

510
## What's Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.5.1rc1
1+
8.5.1rc2

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.5.1rc1"
18+
__version__ = "8.5.1rc2"
1919

2020
import os
2121
import re

0 commit comments

Comments
 (0)