Skip to content

Commit

Permalink
long description rendering fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Nov 17, 2018
1 parent 4a1b662 commit 7c6ceb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### 0.17.4 (2018-13-17)
* Readme change for long description rendering issue

### 0.17.3 (2018-11-17)
* Feature #41: Rework trading pairs to generate them dynamically (as opposed to hard coded)
* Feature: When book depth configured Redis, ZMQ and UDP backends only report book changes when changed occurred in
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,16 @@ Cryptofeed supports some REST interfaces for retrieving historical data and plac

# Planned Work

### Future Feeds
## Future Feeds
* EXX
* CEX
* BTCC
* Many more...

### REST
## REST
Continue to build out rest endpoints

### Additional Callback Methods / Backends
## Additional Callback Methods / Backends
* Postgres
* InfluxDB
* RabbitMQ
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ def run_tests(self):

setup(
name="cryptofeed",
version="0.17.3",
version="0.17.4",
author="Bryant Moscon",
author_email="[email protected]",
description=("Cryptocurrency feed handler and synthetic NBBO feed"),
long_description=ld,
long_description_content_type='text/x-rst',
license="XFree86",
keywords=["cryptocurrency", "bitcoin", "btc", "feed handler", "market feed", "market data"],
url="https://github.com/bmoscon/cryptofeed",
Expand Down

0 comments on commit 7c6ceb7

Please sign in to comment.