File tree 5 files changed +13
-5
lines changed
5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.1.6] - 2020-05-16
8
+ ### Updated
9
+ - Requirements
10
+
7
11
## [ 1.1.5] - 2020-05-15
8
12
### Updated
9
13
- OctoBot requirements
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ build: clean
27
27
.PHONY : clean
28
28
clean :
29
29
rm -rf build
30
+ rm -rf auditwheel
31
+ rm -rf dist
32
+ rm -rf .eggs
33
+ rm -rf * .egg-info
30
34
for i in $( CLEAN_EXT) ; do find $( EXTENSION_FOLDER) -name " $$ i" -delete; done
31
35
32
36
.PHONY : debug
Original file line number Diff line number Diff line change 1
- # OctoBot-Services [ 1.1.5 ] ( https://github.com/Drakkar-Software/OctoBot-Services/tree/master/docs/CHANGELOG.md )
1
+ # OctoBot-Services [ 1.1.6 ] ( https://github.com/Drakkar-Software/OctoBot-Services/tree/master/docs/CHANGELOG.md )
2
2
[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/31a1caa6e5384d80bf890dba5c9b5e4b )] ( https://app.codacy.com/gh/Drakkar-Software/OctoBot-Services?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Services&utm_campaign=Badge_Grade_Dashboard )
3
3
[ ![ PyPI] ( https://img.shields.io/pypi/v/OctoBot-Services.svg )] ( https://pypi.python.org/pypi/OctoBot-Services/ )
4
4
[ ![ Build Status] ( https://api.travis-ci.com/Drakkar-Software/OctoBot-Services.svg?branch=master )] ( https://travis-ci.com/Drakkar-Software/OctoBot-Services )
Original file line number Diff line number Diff line change 15
15
# License along with this library.
16
16
17
17
PROJECT_NAME = "OctoBot-Services"
18
- VERSION = "1.1.5 " # major.minor.revision
18
+ VERSION = "1.1.6 " # major.minor.revision
Original file line number Diff line number Diff line change 1
1
# Drakkar-Software requirements
2
- OctoBot-Channels >= 1.4.5 , < 1.5
3
- OctoBot-Commons >= 1.3.30 , < 1.4
4
- OctoBot-Trading >= 1.6.8 , < 1.7
2
+ OctoBot-Channels >= 1.4.6 , < 1.5
3
+ OctoBot-Commons >= 1.3.31 , < 1.4
4
+ OctoBot-Trading >= 1.6.14 , < 1.7
5
5
6
6
# Services
7
7
# Reddit
You can’t perform that action at this time.
0 commit comments