From 523c03da5fe8355e5f7759506014cdc3cb9dd9a9 Mon Sep 17 00:00:00 2001 From: Piotr Staroszczyk Date: Sun, 7 Oct 2018 22:45:50 +0200 Subject: [PATCH] v0.4.1 --- CHANGELOG.rst | 12 ++++++++++++ fut/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a989388..1607a28 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,18 @@ Changelog --------- +0.4.1 (2018-10-07) +^^^^^^^^^^^^^^^^^^ + +* add more pinevents (Hub) +* update card_info_url +* bump user agent + +0.4.0 (2018-10-06) +^^^^^^^^^^^^^^^^^^ + +* first fifa19 stable release + 0.3.11 (2018-04-22) ^^^^^^^^^^^^^^^^^^^ diff --git a/fut/__init__.py b/fut/__init__.py index 50e8d9e..a5a2182 100644 --- a/fut/__init__.py +++ b/fut/__init__.py @@ -23,7 +23,7 @@ """ __title__ = 'fut' -__version__ = '0.4.0' +__version__ = '0.4.1' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3' diff --git a/setup.py b/setup.py index 7887576..28d2fcd 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __title__ = 'fut' -__version__ = '0.4.0' +__version__ = '0.4.1' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3'