mirror of
https://github.com/Drakkar-Software/OctoBot.git
synced 2022-03-03 23:52:26 +03:00
[Version] v0.4.3
This commit is contained in:
committed by
Guillaume De Saint Martin
parent
68546c5856
commit
c3578b8ca8
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
*It is strongly advised to perform an update of your tentacles after updating OctoBot. (start.py tentacles --install --all)*
|
||||
|
||||
## [0.4.3] - 2021-11-23
|
||||
### Added
|
||||
- [Trading Modes] Add buy volume parameters
|
||||
|
||||
### Fixed
|
||||
- [Orders] Decimal related typing issues
|
||||
|
||||
## [0.4.2] - 2021-11-21
|
||||
### Added
|
||||
- [WebInterface]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# OctoBot [0.4.2](https://github.com/Drakkar-Software/OctoBot/tree/dev/CHANGELOG.md)
|
||||
# OctoBot [0.4.3](https://github.com/Drakkar-Software/OctoBot/tree/dev/CHANGELOG.md)
|
||||
[](https://pypi.python.org/pypi/OctoBot/)
|
||||
[](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)[](https://pepy.tech/project/octobot)
|
||||
[](https://hub.docker.com/r/drakkarsoftware/octobot)
|
||||
|
||||
@@ -19,7 +19,7 @@ import octobot_commons.os_util as os_util
|
||||
|
||||
PROJECT_NAME = "OctoBot"
|
||||
AUTHOR = "DrakkarSoftware"
|
||||
SHORT_VERSION = "0.4.2" # major.minor.revision
|
||||
SHORT_VERSION = "0.4.3" # major.minor.revision
|
||||
PATCH_VERSION = "" # patch : pX
|
||||
VERSION_DEV_PHASE = "" # alpha : a / beta : b / release candidate : rc
|
||||
VERSION_PHASE = "" # XX
|
||||
|
||||
@@ -3,7 +3,7 @@ cython==0.29.24
|
||||
|
||||
# Drakkar-Software requirements
|
||||
OctoBot-Commons==1.6.18
|
||||
OctoBot-Trading==1.14.1
|
||||
OctoBot-Trading==1.14.2
|
||||
OctoBot-Evaluators==1.6.22
|
||||
OctoBot-Tentacles-Manager==2.6.3
|
||||
OctoBot-Services==1.2.27
|
||||
|
||||
Reference in New Issue
Block a user