From 4d9ed19e94f8f5a679d344b5d3e9fa4d4fb06ef8 Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Tue, 9 Jul 2024 14:05:48 +0200 Subject: [PATCH] [Version] v2.0.1 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- octobot/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f84bb2dfb..f1363360b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)* +## [2.0.1] - 2024-07-09 +### Updated +- [WebInterface] Add contact on extension page +- [WebInterface] improve display +### Fixed +- [WebInterface] display issues + ## [2.0.0] - 2024-07-05 ### Added - [Extension]: New OctoBot extension to profit from the Strategy designer, secure TradingView webhooks and automatically updated crypto baskets diff --git a/README.md b/README.md index a91964bb6..2403d9b19 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OctoBot [2.0.0](https://octobot.click/gh-changelog) +# OctoBot [2.0.1](https://octobot.click/gh-changelog) [![PyPI](https://img.shields.io/pypi/v/OctoBot.svg?logo=pypi)](https://octobot.click/gh-pypi) [![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://octobot.click/gh-dockerhub) diff --git a/octobot/__init__.py b/octobot/__init__.py index ada86161d..031c5ba5c 100644 --- a/octobot/__init__.py +++ b/octobot/__init__.py @@ -16,5 +16,5 @@ PROJECT_NAME = "OctoBot" AUTHOR = "Drakkar-Software" -VERSION = "2.0.0" # major.minor.revision +VERSION = "2.0.1" # major.minor.revision LONG_VERSION = f"{VERSION}"