Skip to content

Commit

Permalink
[Version] v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume De Saint Martin authored and GuillaumeDSM committed Oct 14, 2021
1 parent 0041d3b commit 325d87c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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)
Expand Down
6 changes: 3 additions & 3 deletions octobot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down
Binary file added user.zip
Binary file not shown.

0 comments on commit 325d87c

Please sign in to comment.