We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5db75d commit f0dfc23Copy full SHA for f0dfc23
freqtrade/__init__.py
@@ -1,6 +1,6 @@
1
"""Freqtrade bot"""
2
3
-__version__ = "2025.7-dev"
+__version__ = "2025.8-dev"
4
5
if "dev" in __version__:
6
from pathlib import Path
ft_client/freqtrade_client/__init__.py
@@ -1,7 +1,7 @@
from freqtrade_client.ft_rest_client import FtRestClient
7
0 commit comments