Skip to content

Commit

Permalink
version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume De Saint Martin committed May 28, 2019
1 parent 35cbb79 commit e12e0a4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OctoBot [0.3.4-beta](https://github.com/Drakkar-Software/OctoBot/tree/dev/docs/CHANGELOG.md)
# OctoBot [0.3.5-beta](https://github.com/Drakkar-Software/OctoBot/tree/dev/docs/CHANGELOG.md)
[![PyPI](https://img.shields.io/pypi/v/OctoBot.svg)](https://pypi.python.org/pypi/OctoBot/)
[![Code Factor](https://www.codefactor.io/repository/github/Drakkar-Software/OctoBot/badge)](https://www.codefactor.io/repository/github/Drakkar-Software/OctoBot/overview/dev)
[![Downloads](https://pepy.tech/badge/octobot/month)](https://pepy.tech/project/octobot)
Expand Down
2 changes: 1 addition & 1 deletion config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from typing import NewType, Any, Dict

PROJECT_NAME = "OctoBot"
SHORT_VERSION = "0.3.4" # major.minor.revision
SHORT_VERSION = "0.3.5" # major.minor.revision
PATCH_VERSION = "" # patch : pX
VERSION_DEV_PHASE = "" # alpha : a / beta : b / release candidate : rc
VERSION_PHASE = "" # XX
Expand Down
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
*It is strongly advised to perform an update of your tentacles after updating OctoBot. (start.py -p install all)*

Changelog for 0.3.5-beta
====================
*Released date : May 27 2019*

# Concerned issues / pull request:
#894 [GlobalUpdater] does not update timeframes normally when notified by RT
#896 [Web interface] display of very small numbers digits
#899 [Simulator] freeze on staggered orders simulation
#901 [Bug] Candle lost with websocket
#904 [asyncio] optimize async handling
#908 [Time frame updater] desync between symbols update time

# Bug fixes :
- Fixed digit display in web interface configuration
- Fixed timeframe refresh timings

Changelog for 0.3.4-beta
====================
*Released date : May 12 2019*
Expand Down

0 comments on commit e12e0a4

Please sign in to comment.