Merge branch 'stable' into new_release

This commit is contained in:
Matthias 2024-09-29 19:53:03 +02:00
commit 98ff572afe
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
"""Freqtrade bot""" """Freqtrade bot"""
__version__ = "2024.9-dev" __version__ = "2024.8"
if "dev" in __version__: if "dev" in __version__:
from pathlib import Path from pathlib import Path

View File

@ -1,7 +1,7 @@
from freqtrade_client.ft_rest_client import FtRestClient from freqtrade_client.ft_rest_client import FtRestClient
__version__ = "2024.9-dev" __version__ = "2024.8"
if "dev" in __version__: if "dev" in __version__:
from pathlib import Path from pathlib import Path