Skip to content

Commit 2f6386a

Browse files
authored
Merge pull request #2121 from Drakkar-Software/dev
Master merge
2 parents 69b09ed + decf02b commit 2f6386a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
*It is strongly advised to perform an update of your tentacles after updating OctoBot. (start.py tentacles --install --all)*
88

9+
## [0.4.23] - 2022-11-24
10+
### Fixed
11+
- System resources watcher on linux
12+
913
## [0.4.22] - 2022-11-23
1014
### Added
1115
- System resources watcher

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OctoBot [0.4.22](https://octobot.click/gh-changelog)
1+
# OctoBot [0.4.23](https://octobot.click/gh-changelog)
22
[![PyPI](https://img.shields.io/pypi/v/OctoBot.svg)](https://octobot.click/gh-pypi)
33
[![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)
44
[![Dockerhub](https://img.shields.io/docker/pulls/drakkarsoftware/octobot.svg)](https://octobot.click/gh-dockerhub)

octobot/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
PROJECT_NAME = "OctoBot"
2525
AUTHOR = "DrakkarSoftware"
26-
SHORT_VERSION = "0.4.22" # major.minor.revision
26+
SHORT_VERSION = "0.4.23" # major.minor.revision
2727
PATCH_VERSION = "" # patch : pX
2828
VERSION_DEV_PHASE = "" # alpha : a / beta : b / release candidate : rc
2929
VERSION_PHASE = "" # XX

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cython==0.29.26
33

44
# Drakkar-Software requirements
5-
OctoBot-Commons==1.7.33
5+
OctoBot-Commons==1.7.34
66
OctoBot-Trading==2.2.31
77
OctoBot-Evaluators==1.7.7
88
OctoBot-Tentacles-Manager==2.7.4

0 commit comments

Comments
 (0)