Skip to content

Commit 12f97ac

Browse files
Guillaume De Saint MartinGuillaumeDSM
authored andcommitted
[Version] v0.4.4
1 parent 88cb4f6 commit 12f97ac

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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.4] - 2022-06-01
10+
### Added
11+
- [Exchanges] Future trading engine
12+
- [TradingModes]
13+
- Scripted trading mode bases
14+
- Copy trader bases
15+
16+
### Fixed
17+
- [WebInterface] Security issue
18+
919
## [0.4.3] - 2021-11-23
1020
### Added
1121
- [Trading Modes] Add buy volume parameters

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OctoBot [0.4.3](https://octobot.click/gh-changelog)
1+
# OctoBot [0.4.4](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)

octobot/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
PROJECT_NAME = "OctoBot"
2121
AUTHOR = "DrakkarSoftware"
22-
SHORT_VERSION = "0.4.3" # major.minor.revision
22+
SHORT_VERSION = "0.4.4" # major.minor.revision
2323
PATCH_VERSION = "" # patch : pX
2424
VERSION_DEV_PHASE = "" # alpha : a / beta : b / release candidate : rc
2525
VERSION_PHASE = "" # XX

0 commit comments

Comments
 (0)