File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ 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+ ## [ 0.4.5] - 2022-06-12
10+ ### Fixed
11+ - [ Trading modes] Stop loss are not created after instantly filled limit orders
12+ - [ Exchanges] Multiple backtesting issues
13+ - [ WebInterface] Portfolio value sorting
14+
915## [ 0.4.4] - 2022-06-01
1016### Added
1117- [ Exchanges] Future trading engine
Original file line number Diff line number Diff line change 1- # OctoBot [ 0.4.4 ] ( https://octobot.click/gh-changelog )
1+ # OctoBot [ 0.4.5 ] ( https://octobot.click/gh-changelog )
22[ ![ PyPI] ( https://img.shields.io/pypi/v/OctoBot.svg )] ( https://octobot.click/gh-pypi )
33[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/e07fb190156d4efb8e7d07aaa5eff2e1 )] ( https://app.codacy.com/gh/Drakkar-Software/OctoBot?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot&utm_campaign=Badge_Grade_Dashboard ) [ ![ Downloads] ( https://pepy.tech/badge/octobot/month )] ( https://pepy.tech/project/octobot )
44[ ![ Dockerhub] ( https://img.shields.io/docker/pulls/drakkarsoftware/octobot.svg )] ( https://octobot.click/gh-dockerhub )
Original file line number Diff line number Diff line change 1919
2020PROJECT_NAME = "OctoBot"
2121AUTHOR = "DrakkarSoftware"
22- SHORT_VERSION = "0.4.4 " # major.minor.revision
22+ SHORT_VERSION = "0.4.5 " # major.minor.revision
2323PATCH_VERSION = "" # patch : pX
2424VERSION_DEV_PHASE = "" # alpha : a / beta : b / release candidate : rc
2525VERSION_PHASE = "" # XX
You can’t perform that action at this time.
0 commit comments