File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
* It is strongly advised to perform an update of your tentacles after updating OctoBot. (start.py tentacles --install --all)*
8
8
9
+ ## [ 1.0.3] - 2023-10-30
10
+ ### Fixed
11
+ - [ Exchanges] real-time timeframe issue
12
+
9
13
## [ 1.0.2] - 2023-10-29
10
14
### Added
11
15
- [ ChatGPT] Backtesting on supported configurations, full list on https://www.octobot.cloud/features/chatgpt-trading
Original file line number Diff line number Diff line change 1
- # OctoBot [ 1.0.2 ] ( https://octobot.click/gh-changelog )
1
+ # OctoBot [ 1.0.3 ] ( https://octobot.click/gh-changelog )
2
2
[ ![ PyPI] ( https://img.shields.io/pypi/v/OctoBot.svg?logo=pypi )] ( https://octobot.click/gh-pypi )
3
3
[ ![ Downloads] ( https://pepy.tech/badge/octobot/month )] ( https://pepy.tech/project/octobot )
4
4
[ ![ Dockerhub] ( https://img.shields.io/docker/pulls/drakkarsoftware/octobot.svg?logo=docker )] ( https://octobot.click/gh-dockerhub )
Original file line number Diff line number Diff line change 16
16
17
17
PROJECT_NAME = "OctoBot"
18
18
AUTHOR = "Drakkar-Software"
19
- VERSION = "1.0.2 " # major.minor.revision
19
+ VERSION = "1.0.3 " # major.minor.revision
20
20
LONG_VERSION = f"{ VERSION } "
Original file line number Diff line number Diff line change 1
1
# Drakkar-Software requirements
2
2
OctoBot-Commons == 1.9.30
3
- OctoBot-Trading == 2.4.38
3
+ OctoBot-Trading == 2.4.39
4
4
OctoBot-Evaluators == 1.9.2
5
5
OctoBot-Tentacles-Manager == 2.9.5
6
6
OctoBot-Services == 1.6.5
You can’t perform that action at this time.
0 commit comments