Skip to content

Commit 983bccb

Browse files
Guillaume De Saint MartinGuillaumeDSM
authored andcommitted
[Version] v0.4.12
1 parent fb1b02e commit 983bccb

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ 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.11] - 2022-10-12
9+
## [0.4.12] - 2022-10-15
10+
### Fixed
11+
- Copy trading
12+
13+
## [0.4.11] - 2022-10-14
1014
### Added
1115
- User inputs system
1216
- Phemex exchange
1317
- Run storage
1418
### Updated
1519
- Configuration for each tentacle
1620
- Community bot system instead of devices
17-
### Fixed
18-
- Exchange API issues (Bybit, Kucoin)
1921

2022
## [0.4.10] - 2022-09-13
2123
### Updated

README.md

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

2222
PROJECT_NAME = "OctoBot"
2323
AUTHOR = "DrakkarSoftware"
24-
SHORT_VERSION = "0.4.11" # major.minor.revision
24+
SHORT_VERSION = "0.4.12" # major.minor.revision
2525
PATCH_VERSION = "" # patch : pX
2626
VERSION_DEV_PHASE = "" # alpha : a / beta : b / release candidate : rc
2727
VERSION_PHASE = "" # XX

0 commit comments

Comments
 (0)