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
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.13] - 2022-10-15
10+ ### Fixed
11+ - Spot trading fees computation
12+
913## [ 0.4.12] - 2022-10-15
1014### Fixed
1115- Copy trading
Original file line number Diff line number Diff line change 1- # OctoBot [ 0.4.12 ] ( https://octobot.click/gh-changelog )
1+ # OctoBot [ 0.4.13 ] ( 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 2121
2222PROJECT_NAME = "OctoBot"
2323AUTHOR = "DrakkarSoftware"
24- SHORT_VERSION = "0.4.12 " # major.minor.revision
24+ SHORT_VERSION = "0.4.13 " # major.minor.revision
2525PATCH_VERSION = "" # patch : pX
2626VERSION_DEV_PHASE = "" # alpha : a / beta : b / release candidate : rc
2727VERSION_PHASE = "" # XX
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cython==0.29.26
33
44# Drakkar-Software requirements
55OctoBot-Commons == 1.7.24
6- OctoBot-Trading == 2.2.19
6+ OctoBot-Trading == 2.2.21
77OctoBot-Evaluators == 1.7.5
88OctoBot-Tentacles-Manager == 2.7.3
99OctoBot-Services == 1.3.6
You can’t perform that action at this time.
0 commit comments