Skip to content

Commit

Permalink
Add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Apr 2, 2021
1 parent a733827 commit 3e5d7d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### 1.8.1 (2020-04-01)
* Bugfix: Add manifest file for source dist

### 1.8.0 (2020-04-01)
* Bugfix: Init uvloop earlier so backends that use loop will not fail
* Docs: Remove FAQ, added performance doc section
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include CHANGES.md
include README.md
include INSTALL.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run_tests(self):

setup(
name="cryptofeed",
version="1.8.0",
version="1.8.1",
author="Bryant Moscon",
author_email="[email protected]",
description="Cryptocurrency Exchange Websocket Data Feed Handler",
Expand Down

0 comments on commit 3e5d7d5

Please sign in to comment.