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'