Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e2313be7b | |||
| f535c4cff4 | |||
| 5f901d837c | |||
| c86484b152 | |||
| a33eb51f36 | |||
| 373cd8141c | |||
| 9f00a1d0d2 | |||
| 9a37d7bfbb | |||
| c9c08906e5 |
@@ -1,6 +1,6 @@
|
|||||||
"""Freqtrade bot"""
|
"""Freqtrade bot"""
|
||||||
|
|
||||||
__version__ = "2026.2-dev"
|
__version__ = "2026.2"
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
from freqtrade_client.ft_rest_client import FtRestClient
|
from freqtrade_client.ft_rest_client import FtRestClient
|
||||||
|
|
||||||
|
|
||||||
__version__ = "2026.2-dev"
|
__version__ = "2026.2"
|
||||||
|
|
||||||
if "dev" in __version__:
|
if "dev" in __version__:
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|||||||
Reference in New Issue
Block a user