Skip to content

Commit 29dcff4

Browse files
committed
v0.3.7
1 parent 45b16f2 commit 29dcff4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

fut/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"""
2424

2525
__title__ = 'fut'
26-
__version__ = '0.3.6'
26+
__version__ = '0.3.7'
2727
__author__ = 'Piotr Staroszczyk'
2828
__author_email__ = 'piotr.staroszczyk@get24.org'
2929
__license__ = 'GNU GPL v3'

fut/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def itemParse(item_data, full=True):
7171
"""
7272
# TODO: object
7373
# TODO: dynamically parse all data
74+
# TODO: make it less ugly
7475
return_data = {
7576
'tradeId': item_data.get('tradeId'),
7677
'buyNowPrice': item_data.get('buyNowPrice'),

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
__title__ = 'fut'
10-
__version__ = '0.3.6'
10+
__version__ = '0.3.7'
1111
__author__ = 'Piotr Staroszczyk'
1212
__author_email__ = 'piotr.staroszczyk@get24.org'
1313
__license__ = 'GNU GPL v3'

0 commit comments

Comments
 (0)