From e12e6ffb8fb14a4fc5c650269f4befe18bd3a612 Mon Sep 17 00:00:00 2001 From: Bryant Moscon Date: Sun, 25 Apr 2021 15:14:46 -0400 Subject: [PATCH] New release --- CHANGES.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6f9300f..3614c48 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ ## Changelog -### 0.3.2 +### 0.3.2 (2021-04-25) * Bugfix: Fix book building example * Feature: Ability to pull config file from S3 bucket instead of local filesystem, polling for updated config is supported. * Feature: Updated to work with latest version of cryptofeed diff --git a/setup.py b/setup.py index 73cd1a6..c595f76 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ ], install_requires=[ "pandas", - "cryptofeed>=1.8.1", + "cryptofeed>=1.9.0", "pyyaml", "pyarrow", "aiohttp>=3.7.1, < 4.0.0"