Compare commits

...

17 Commits

Author SHA1 Message Date
Matthias 9f00a1d0d2 Merge pull request #12673 from freqtrade/new_release
New release 2025.12
2025-12-30 08:19:19 +01:00
Matthias 9a37d7bfbb chore: bump version to 2025.12 2025-12-29 13:19:31 +01:00
Matthias c9c08906e5 Merge branch 'stable' into new_release 2025-12-29 13:17:12 +01:00
Matthias 0beb76ce48 fix: function signature mismatch 2025-12-18 07:11:45 +01:00
Matthias f002ce67b1 chore: bump version to 2025.11.2 2025-12-18 07:02:17 +01:00
Matthias 5fdc8acbe9 test: switch to BTC/USDC in tests for now 2025-12-18 07:02:17 +01:00
Matthias 1811f9581f fix: allow set-leverage failures on followup orders 2025-12-18 06:56:07 +01:00
Matthias 66235f3198 fix: improve binance stoploss "triggered" behavior 2025-12-18 06:55:47 +01:00
Matthias 28517085ca chore: bump version to 2025.11.1 2025-12-14 19:29:21 +01:00
Matthias c9ed79d2c8 chore: bump ccxt to 4.5.27 2025-12-13 13:51:30 +01:00
Matthias 043574f558 fix: support binance algo orders
closes #12610
2025-12-13 13:48:02 +01:00
Matthias fc5680d95c test: further test simplifications 2025-12-13 13:47:50 +01:00
Matthias eabb7c98ce test: simplify some stoploss test setups 2025-12-13 13:43:37 +01:00
Matthias 6eba5eedbe Merge pull request #12562 from freqtrade/new_release
New release 2025.11
2025-11-30 07:54:30 +01:00
Matthias 3b55e577c2 chore: bump version to 2025.11 2025-11-29 13:00:52 +01:00
Matthias 8e031a01e6 Merge branch 'stable' into new_release 2025-11-29 13:00:27 +01:00
Matthias 4f1e249574 Merge pull request #12452 from freqtrade/new_release
New release 2025.10
2025-10-31 16:53:02 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
"""Freqtrade bot""" """Freqtrade bot"""
__version__ = "2025.12-dev" __version__ = "2025.12"
if "dev" in __version__: if "dev" in __version__:
from pathlib import Path from pathlib import Path
+1 -1
View File
@@ -1,7 +1,7 @@
from freqtrade_client.ft_rest_client import FtRestClient from freqtrade_client.ft_rest_client import FtRestClient
__version__ = "2025.12-dev" __version__ = "2025.12"
if "dev" in __version__: if "dev" in __version__:
from pathlib import Path from pathlib import Path