Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Mar 13, 2018
1 parent 0e412d0 commit 28f9f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Changelog

### 0.9.2
### 0.9.2 (2018-03-13)
* Bugfix #10: Change from float to decimal.Decimal in GDAX
* Feature #5: use sorted dictionaries for order books
* Feature #17: logging support
* Bugfix: Gemini order books now work
* Bugfix: All json floats parsed to Decimal
* Bugfix: Fix Bitstamp pair parsing
* Feature: Major clean up of channel, exchange, and trading pair names

### 0.9.1 (2018-01-27)
* Bugfix #4: produce ticker from trades channel on GDAX
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run_tests(self):

setup(
name="cryptofeed",
version="0.9.2",
version="0.9.3",
author="Bryant Moscon",
author_email="[email protected]",
description=("Cryptocurrency feed handler and synthetic NBBO feed"),
Expand Down

0 comments on commit 28f9f35

Please sign in to comment.