Skip to content

Commit

Permalink
Merge pull request #2241 from Drakkar-Software/dev
Browse files Browse the repository at this point in the history
Master merge
  • Loading branch information
GuillaumeDSM authored Feb 17, 2023
2 parents 4b19e4b + fa173ac commit 1d749fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)*

## [0.4.40] - 2023-02-17
### Fixed
- Historical portfolio reset

## [0.4.39] - 2023-02-14
### Fixed
- Historical portfolio and live metadata issues
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 [0.4.39](https://octobot.click/gh-changelog)
# OctoBot [0.4.40](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)
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 = "0.4.39" # major.minor.revision
VERSION = "0.4.40" # major.minor.revision
LONG_VERSION = f"{VERSION}"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cython==0.29.32

# Drakkar-Software requirements
OctoBot-Commons==1.8.11
OctoBot-Trading==2.3.22
OctoBot-Trading==2.3.23
OctoBot-Evaluators==1.8.3
OctoBot-Tentacles-Manager==2.8.4
OctoBot-Services==1.4.3
Expand Down

0 comments on commit 1d749fe

Please sign in to comment.