Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Apr 25, 2021
1 parent f4b1fe3 commit e12e6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
install_requires=[
"pandas",
"cryptofeed>=1.8.1",
"cryptofeed>=1.9.0",
"pyyaml",
"pyarrow",
"aiohttp>=3.7.1, < 4.0.0"
Expand Down

0 comments on commit e12e6ff

Please sign in to comment.