From 843030e2d040a1b999f685cc8b2c78ba3e780e0e Mon Sep 17 00:00:00 2001 From: Piotr Staroszczyk Date: Sun, 22 Apr 2018 09:14:03 +0200 Subject: [PATCH] v0.3.11 --- CHANGELOG.rst | 10 ++++++++++ fut/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3308015..a989388 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,16 @@ Changelog --------- +0.3.11 (2018-04-22) +^^^^^^^^^^^^^^^^^^^ + +* simple fixes for futbin and futhead +* add ability to send multiple items to pile (#383) +* correct transfer market status check (#392) +* track the number of requests that have been made (thanks to flipdazed #402) +* fix level value when searching club (thanks to Krato123) +* no more nationalities in players + 0.3.10 (2017-12-22) ^^^^^^^^^^^^^^^^^^^ diff --git a/fut/__init__.py b/fut/__init__.py index c985c66..e15784b 100644 --- a/fut/__init__.py +++ b/fut/__init__.py @@ -23,7 +23,7 @@ """ __title__ = 'fut' -__version__ = '0.3.10' +__version__ = '0.3.11' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3' diff --git a/setup.py b/setup.py index e28e7c8..4d9c77e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __title__ = 'fut' -__version__ = '0.3.10' +__version__ = '0.3.11' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3'