diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7cf3c51..901cd58 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ Changelog --------- -0.2.18 (2017-0?-??) +0.2.18 (2017-05-25) ^^^^^^^^^^^^^^^^^^^ * do not force log in when not necessary (thanks to xAranaktu #264) @@ -12,6 +12,7 @@ Changelog * reenable postion parsing & add missing keys in item_data parser (fix #265) * unify item_data keys for players & consumables * add playstyles & stadiums +* add missing param sku_a (thanks to rafaelget #259) 0.2.17 (2017-05-20) ^^^^^^^^^^^^^^^^^^^ diff --git a/fut/__init__.py b/fut/__init__.py index 1f73143..151fcb3 100644 --- a/fut/__init__.py +++ b/fut/__init__.py @@ -23,7 +23,7 @@ """ __title__ = 'fut' -__version__ = '0.2.17' +__version__ = '0.2.18' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3' diff --git a/setup.py b/setup.py index 8466ab6..dc95e37 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __title__ = 'fut' -__version__ = '0.2.17' +__version__ = '0.2.18' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3'