Skip to content

Commit e01e05c

Browse files
committed
[Version] v2.0.2
1 parent 1f9ebf2 commit e01e05c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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+
## [2.0.2] - 2024-07-17
10+
### Updated
11+
- [WebInterface] Improve light & dark themes display
12+
### Fixed
13+
- [WebInterface] Fix extension checkout
14+
- [RAM] Reduce required RAM when loading a large amount of trades
15+
- [BingX] Fix order sizing issues
16+
917
## [2.0.1] - 2024-07-09
1018
### Updated
1119
- [WebInterface] Add contact on extension page

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OctoBot [2.0.1](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md)
1+
# OctoBot [2.0.2](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md)
22
[![PyPI](https://img.shields.io/pypi/v/OctoBot.svg?logo=pypi)](https://pypi.org/project/OctoBot)
33
[![Downloads](https://pepy.tech/badge/octobot/month)](https://pepy.tech/project/octobot)
44
[![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/octobot.svg?logo=docker)](https://hub.docker.com/r/drakkarsoftware/octobot)

octobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
PROJECT_NAME = "OctoBot"
1818
AUTHOR = "Drakkar-Software"
19-
VERSION = "2.0.1" # major.minor.revision
19+
VERSION = "2.0.2" # major.minor.revision
2020
LONG_VERSION = f"{VERSION}"

0 commit comments

Comments
 (0)