Skip to content

Commit

Permalink
[Version] v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Jul 17, 2024
1 parent 1f9ebf2 commit 56c9ce4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ 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)*

## [2.0.2] - 2024-07-17
### Updated
- [WebInterface] Improve light & dark themes display
### Fixed
- [WebInterface] Fix extension checkout
- [RAM] Reduce required RAM when loading a large amount of trades
- [BingX] Fix order sizing issues

## [2.0.1] - 2024-07-09
### Updated
- [WebInterface] Add contact on extension page
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OctoBot [2.0.1](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md)
# OctoBot [2.0.2](https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md)
[![PyPI](https://img.shields.io/pypi/v/OctoBot.svg?logo=pypi)](https://pypi.org/project/OctoBot)
[![Downloads](https://pepy.tech/badge/octobot/month)](https://pepy.tech/project/octobot)
[![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/octobot.svg?logo=docker)](https://hub.docker.com/r/drakkarsoftware/octobot)
Expand Down
2 changes: 1 addition & 1 deletion octobot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

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

0 comments on commit 56c9ce4

Please sign in to comment.