Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
changelog + version #
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed Sep 16, 2018
1 parent 2c8289b commit 3decdfa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,17 @@
Release Notes
=============

*September 17, 2018*

1.5.81
-----------
- Added official support for Python 3.7
- Removed Google and Yahoo data retrieval methods from ``Workflow``
- Added auto-resample option to ``Workflow.prepare_data``
- Fixed backtesting issues related to sometimes not logging positions
- Lots of bugfixes, and code improvements


*September 12, 2018*

1.5.80
Expand Down
2 changes: 1 addition & 1 deletion qtpylib/__init__.py
Expand Up @@ -19,7 +19,7 @@
# limitations under the License.
#

__version__ = '1.5.80'
__version__ = '1.5.81'
__author__ = 'Ran Aroussi'

import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@

setup(
name='QTPyLib',
version='1.5.80',
version='1.5.81',
description='Quantitative Trading Python Library',
long_description=long_description,
url='https://github.com/ranaroussi/qtpylib',
Expand Down

0 comments on commit 3decdfa

Please sign in to comment.