Skip to content

Commit e23a211

Browse files
committed
chore: bump version to 2025.10
1 parent 2e78440 commit e23a211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

freqtrade/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Freqtrade bot"""
22

3-
__version__ = "2025.10-dev"
3+
__version__ = "2025.10"
44

55
if "dev" in __version__:
66
from pathlib import Path

ft_client/freqtrade_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from freqtrade_client.ft_rest_client import FtRestClient
22

33

4-
__version__ = "2025.10-dev"
4+
__version__ = "2025.10"
55

66
if "dev" in __version__:
77
from pathlib import Path

0 commit comments

Comments
 (0)