]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore: bump version to 3.9.2
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 2 Jan 2026 23:14:14 +0000 (00:14 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 2 Jan 2026 23:14:14 +0000 (00:14 +0100)
Increment patch level version for both model and strategy to reflect
the comment cleanup changes.

quickadapter/user_data/freqaimodels/QuickAdapterRegressorV3.py
quickadapter/user_data/strategies/QuickAdapterV3.py

index 4103310c2bba632147c5b29ec9942b1a8d8e37f6..6c2d536a763ea7851eedccfb49f3a1c858af38f1 100644 (file)
@@ -75,7 +75,7 @@ class QuickAdapterRegressorV3(BaseRegressionModel):
     https://github.com/sponsors/robcaulk
     """
 
-    version = "3.9.1"
+    version = "3.9.2"
 
     _TEST_SIZE: Final[float] = 0.1
 
index c6e7be518349f229e4897a18d3abd60e20adf2c9..d98988852314c2b5b0d0900bade57b0f883a94b4 100644 (file)
@@ -106,7 +106,7 @@ class QuickAdapterV3(IStrategy):
     _TRADING_MODES: Final[tuple[TradingMode, ...]] = ("spot", "margin", "futures")
 
     def version(self) -> str:
-        return "3.9.1"
+        return "3.9.2"
 
     timeframe = "5m"
     timeframe_minutes = timeframe_to_minutes(timeframe)