diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e580a03..1d75d4f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,18 @@ Changelog --------- +0.3.6 (2017-11-12) +^^^^^^^^^^^^^^^^^^ + +* add sbsSetChallenges (thanks to dan-gamble #330) +* readme polish (thanks to syndac) +* add tradepileClear +* add sbsSquad +* add sendToSbs +* add clubConsumables +* correct version param in pinevents +* save token between logins (maybe cookies are not needed?) + 0.3.5 (2017-10-26) ^^^^^^^^^^^^^^^^^^ diff --git a/fut/__init__.py b/fut/__init__.py index c02c55e..24e49b4 100644 --- a/fut/__init__.py +++ b/fut/__init__.py @@ -23,7 +23,7 @@ """ __title__ = 'fut' -__version__ = '0.3.5' +__version__ = '0.3.6' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3' diff --git a/setup.py b/setup.py index 0aa46e5..f421534 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __title__ = 'fut' -__version__ = '0.3.5' +__version__ = '0.3.6' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3'