1
0
mirror of https://github.com/ranaroussi/qtpylib.git synced 2022-03-04 01:54:05 +03:00

v + changelog

This commit is contained in:
ran
2019-11-10 18:55:26 +02:00
parent 49aea6df21
commit 7aa3a0f614
3 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
Release Notes
=============
*November 10, 2019*
1.5.84
-----------
- Hot fix by @aspenforest - fixed pip installer
*February 13, 2019*
1.5.83

View File

@@ -19,7 +19,7 @@
# limitations under the License.
#
__version__ = '1.5.83'
__version__ = '1.5.84'
__author__ = 'Ran Aroussi'
import os

View File

@@ -20,7 +20,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
setup(
name='QTPyLib',
version='1.5.83',
version='1.5.84',
description='Quantitative Trading Python Library',
long_description=long_description,
url='https://github.com/ranaroussi/qtpylib',