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 cbaba29 commit e6ddeefCopy full SHA for e6ddeef
freqtrade/__init__.py
@@ -1,6 +1,6 @@
1
"""Freqtrade bot"""
2
3
-__version__ = "2025.10-dev"
+__version__ = "2025.11-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