Skip to content

Commit 99f6df9

Browse files
committed
[Version] v1.1.6
1 parent 18b7219 commit 99f6df9

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.1.6] - 2020-05-16
8+
### Updated
9+
- Requirements
10+
711
## [1.1.5] - 2020-05-15
812
### Updated
913
- OctoBot requirements

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ build: clean
2727
.PHONY: clean
2828
clean:
2929
rm -rf build
30+
rm -rf auditwheel
31+
rm -rf dist
32+
rm -rf .eggs
33+
rm -rf *.egg-info
3034
for i in $(CLEAN_EXT); do find $(EXTENSION_FOLDER) -name "$$i" -delete; done
3135

3236
.PHONY: debug

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22
[![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)
33
[![PyPI](https://img.shields.io/pypi/v/OctoBot-Services.svg)](https://pypi.python.org/pypi/OctoBot-Services/)
44
[![Build Status](https://api.travis-ci.com/Drakkar-Software/OctoBot-Services.svg?branch=master)](https://travis-ci.com/Drakkar-Software/OctoBot-Services)

octobot_services/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# License along with this library.
1616

1717
PROJECT_NAME = "OctoBot-Services"
18-
VERSION = "1.1.5" # major.minor.revision
18+
VERSION = "1.1.6" # major.minor.revision

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 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
55

66
# Services
77
# Reddit

0 commit comments

Comments
 (0)