Skip to content

Commit

Permalink
[Version] v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Herklos committed Nov 9, 2019
1 parent 15554fc commit fba2fec
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.6] - 2019-11-09
## Updated
**Requirements**
- Cython version to 0.29.14
- Commons version to 1.1.49
- Channels version to 1.3.15

## [1.2.5] - 2019-10-30
## Changed
- OSX support
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-Evaluators [1.2.5-beta](https://github.com/Drakkar-Software/OctoBot-Evaluators/blob/master/CHANGELOG.md)
# OctoBot-Evaluators [1.2.6-beta](https://github.com/Drakkar-Software/OctoBot-Evaluators/blob/master/CHANGELOG.md)
[![PyPI](https://img.shields.io/pypi/v/OctoBot-Evaluators.svg)](https://pypi.python.org/pypi/OctoBot-Evaluators/)
[![Build Status](https://travis-ci.com/Drakkar-Software/OctoBot-Evaluators.svg?branch=master)](https://travis-ci.org/Drakkar-Software/OctoBot-Evaluators)
[![Build status](https://ci.appveyor.com/api/projects/status/p68n2y6547xhw0t6?svg=true)](https://ci.appveyor.com/project/Herklos/octobot-evaluators)
Expand Down
2 changes: 1 addition & 1 deletion octobot_evaluators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# License along with this library.

PROJECT_NAME = "OctoBot-Evaluators"
VERSION = "1.2.5" # major.minor.revision
VERSION = "1.2.6" # major.minor.revision
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Setup requirements
cython==0.29.13
cython==0.29.14
numpy==1.17.3

# Drakkar-Software requirements
OctoBot-Channels==1.3.14
OctoBot-Commons==1.1.48
OctoBot-Channels==1.3.15
OctoBot-Commons==1.1.49
OctoBot-Tentacles-Manager==1.0.12

# Cryptocurrency trading
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import os

from setuptools import dist
dist.Distribution().fetch_build_eggs(['Cython>=0.29.13', 'numpy>=1.17.2'])
dist.Distribution().fetch_build_eggs(['Cython>=0.29.14', 'numpy>=1.17.3'])

import numpy as np

Expand Down

0 comments on commit fba2fec

Please sign in to comment.