From 02935012ee9173a025d49878812d7116db0941e7 Mon Sep 17 00:00:00 2001 From: Guillaume De Saint Martin Date: Mon, 6 Feb 2023 16:11:32 +0100 Subject: [PATCH] [Version] 0.4.37 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- octobot/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14eede709..4d103e1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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)* +## [0.4.37] - 2023-02-06 +### Added +- Configurations: add limits +### Fixed +- Futures trading: portfolio and cancel order issues + ## [0.4.36] - 2023-01-29 ### Added - Automations: initialize automations diff --git a/README.md b/README.md index 91d976af9..0cbe0a8c2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OctoBot [0.4.36](https://octobot.click/gh-changelog) +# OctoBot [0.4.37](https://octobot.click/gh-changelog) [![PyPI](https://img.shields.io/pypi/v/OctoBot.svg)](https://octobot.click/gh-pypi) [![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) [![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/octobot.svg)](https://octobot.click/gh-dockerhub) diff --git a/octobot/__init__.py b/octobot/__init__.py index dd4dbc81e..e88cc1e4e 100644 --- a/octobot/__init__.py +++ b/octobot/__init__.py @@ -16,5 +16,5 @@ PROJECT_NAME = "OctoBot" AUTHOR = "Drakkar-Software" -VERSION = "0.4.36" # major.minor.revision +VERSION = "0.4.37" # major.minor.revision LONG_VERSION = f"{VERSION}"