From b87a1ba2800d6c7eba553ec7a71e4dc31de21a39 Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Thu, 28 Sep 2023 15:19:08 +0200 Subject: [PATCH] [Version] v1.0.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- octobot/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00bbe7c86..f151b7a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ 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)* +## [1.0.1] - 2023-09-28 +### Fixed +- [Community] OctoBot account connection timeout error + ## [1.0.0] - 2023-09-26 ### Updated - [Community] Migrate to the updated octobot.cloud. Full details on https://blog.octobot.online/introducing-the-new-octobot-cloud diff --git a/README.md b/README.md index 7761c4e7f..7e81683c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OctoBot [1.0.0](https://octobot.click/gh-changelog) +# OctoBot [1.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 dc6c893fe..ac3470fe0 100644 --- a/octobot/__init__.py +++ b/octobot/__init__.py @@ -16,5 +16,5 @@ PROJECT_NAME = "OctoBot" AUTHOR = "Drakkar-Software" -VERSION = "1.0.0" # major.minor.revision +VERSION = "1.0.1" # major.minor.revision LONG_VERSION = f"{VERSION}"