From 29dcff440fd00ead4fcca0434e9646fc85a508a6 Mon Sep 17 00:00:00 2001 From: Piotr Staroszczyk Date: Fri, 1 Dec 2017 08:14:33 +0100 Subject: [PATCH] v0.3.7 --- fut/__init__.py | 2 +- fut/core.py | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fut/__init__.py b/fut/__init__.py index 24e49b4..f2a780b 100644 --- a/fut/__init__.py +++ b/fut/__init__.py @@ -23,7 +23,7 @@ """ __title__ = 'fut' -__version__ = '0.3.6' +__version__ = '0.3.7' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3' diff --git a/fut/core.py b/fut/core.py index f12ccca..7263bb4 100644 --- a/fut/core.py +++ b/fut/core.py @@ -71,6 +71,7 @@ def itemParse(item_data, full=True): """ # TODO: object # TODO: dynamically parse all data + # TODO: make it less ugly return_data = { 'tradeId': item_data.get('tradeId'), 'buyNowPrice': item_data.get('buyNowPrice'), diff --git a/setup.py b/setup.py index f421534..36a2b73 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __title__ = 'fut' -__version__ = '0.3.6' +__version__ = '0.3.7' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3'