Skip to content

Commit af0d5dd

Browse files
authored
Merge pull request #2461 from Drakkar-Software/dev
Dev merge
2 parents d9f9c65 + a6ba674 commit af0d5dd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
*It is strongly advised to perform an update of your tentacles after updating OctoBot. (start.py tentacles --install --all)*
88

9+
## [1.0.3] - 2023-10-30
10+
### Fixed
11+
- [Exchanges] real-time timeframe issue
12+
913
## [1.0.2] - 2023-10-29
1014
### Added
1115
- [ChatGPT] Backtesting on supported configurations, full list on https://www.octobot.cloud/features/chatgpt-trading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OctoBot [1.0.2](https://octobot.click/gh-changelog)
1+
# OctoBot [1.0.3](https://octobot.click/gh-changelog)
22
[![PyPI](https://img.shields.io/pypi/v/OctoBot.svg?logo=pypi)](https://octobot.click/gh-pypi)
33
[![Downloads](https://pepy.tech/badge/octobot/month)](https://pepy.tech/project/octobot)
44
[![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/octobot.svg?logo=docker)](https://octobot.click/gh-dockerhub)

octobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
PROJECT_NAME = "OctoBot"
1818
AUTHOR = "Drakkar-Software"
19-
VERSION = "1.0.2" # major.minor.revision
19+
VERSION = "1.0.3" # major.minor.revision
2020
LONG_VERSION = f"{VERSION}"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Drakkar-Software requirements
22
OctoBot-Commons==1.9.30
3-
OctoBot-Trading==2.4.38
3+
OctoBot-Trading==2.4.39
44
OctoBot-Evaluators==1.9.2
55
OctoBot-Tentacles-Manager==2.9.5
66
OctoBot-Services==1.6.5

0 commit comments

Comments
 (0)