Skip to content

Commit

Permalink
Release alpha version 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bouquet committed May 11, 2018
1 parent 1e7b86c commit d51c5ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CryptoBot [![Codacy Badge](https://api.codacy.com/project/badge/Grade/c83a127c42ba4a389ca86a92fba7c53c)](https://www.codacy.com/app/paul.bouquet/CryptoBot?utm_source=github.com&utm_medium=referral&utm_content=Trading-Bot/CryptoBot&utm_campaign=Badge_Grade) [![Build Status](https://api.travis-ci.org/Trading-Bot/CryptoBot.svg?branch=dev)](https://travis-ci.org/Trading-Bot/CryptoBot) [![Coverage Status](https://coveralls.io/repos/github/Trading-Bot/CryptoBot/badge.svg?branch=dev)](https://coveralls.io/github/Trading-Bot/CryptoBot?branch=dev)

#### Version 0.0.10-alpha ([changelog](https://github.com/Trading-Bot/CryptoBot/tree/alpha/docs/CHANGELOG.md))
#### Version 0.0.11-alpha ([changelog](https://github.com/Trading-Bot/CryptoBot/tree/alpha/docs/CHANGELOG.md))

## Disclaimer
This software is for educational purposes only. Do not risk money which
Expand Down
4 changes: 2 additions & 2 deletions config/cst.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from enum import Enum

SHORT_VERSION = "0.0.10"
REV_VERSION = "3"
SHORT_VERSION = "0.0.11"
REV_VERSION = "0"
VERSION_DEV_PHASE = "alpha"
VERSION = "{0}-{1}".format(SHORT_VERSION, VERSION_DEV_PHASE)
LONG_VERSION = "{0}_{1}-{2}".format(SHORT_VERSION, REV_VERSION, VERSION_DEV_PHASE)
Expand Down
8 changes: 7 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog for 0.0.11
====================
*Released date : XXX*
*Released date : May 11 2018*

**Info** :
- Config : "simulator" root key changed to "trader_simulator"

**Warning** :
- <span style="color:red">Real trading is in pre-alpha version</span>

# Concerned issues :
#87 [Interface] Prototype telegram interface
Expand Down

0 comments on commit d51c5ac

Please sign in to comment.