diff --git a/CHANGELOG.md b/CHANGELOG.md index 667c56729..c45454fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - [Interface][Telegram] - Restart OctoBot - - Set auth_code for telegram API - [Interface][Web] - DataCollector stop button - Backtesting Date selection diff --git a/README.md b/README.md index 4662e7793..8d0f8343c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OctoBot [0.4.0-beta17](https://github.com/Drakkar-Software/OctoBot/tree/dev/CHANGELOG.md) +# OctoBot [0.4.1](https://github.com/Drakkar-Software/OctoBot/tree/dev/CHANGELOG.md) [![PyPI](https://img.shields.io/pypi/v/OctoBot.svg)](https://pypi.python.org/pypi/OctoBot/) [![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://hub.docker.com/r/drakkarsoftware/octobot) diff --git a/octobot/constants.py b/octobot/constants.py index 3784f34f1..e504ede84 100644 --- a/octobot/constants.py +++ b/octobot/constants.py @@ -19,10 +19,10 @@ PROJECT_NAME = "OctoBot" AUTHOR = "DrakkarSoftware" -SHORT_VERSION = "0.4.0" # major.minor.revision +SHORT_VERSION = "0.4.1" # major.minor.revision PATCH_VERSION = "" # patch : pX -VERSION_DEV_PHASE = "b" # alpha : a / beta : b / release candidate : rc -VERSION_PHASE = "17" # XX +VERSION_DEV_PHASE = "" # alpha : a / beta : b / release candidate : rc +VERSION_PHASE = "" # XX VERSION = f"{SHORT_VERSION}{VERSION_DEV_PHASE}{VERSION_PHASE}" LONG_VERSION = f"{SHORT_VERSION}{PATCH_VERSION}{VERSION_DEV_PHASE}{VERSION_PHASE}" diff --git a/user.zip b/user.zip new file mode 100644 index 000000000..5d739656f Binary files /dev/null and b/user.zip differ