diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 72bca50..edb99b9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,11 @@ Changelog --------- +0.2.14 (2017-04-29) +^^^^^^^^^^^^^^^^^^^ + +* fix player parser + 0.2.13 (2017-04-28) ^^^^^^^^^^^^^^^^^^^ diff --git a/fut/__init__.py b/fut/__init__.py index c60f419..c005951 100644 --- a/fut/__init__.py +++ b/fut/__init__.py @@ -23,7 +23,7 @@ """ __title__ = 'fut' -__version__ = '0.2.13' +__version__ = '0.2.14' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3' diff --git a/setup.py b/setup.py index b379c3b..c4b9983 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __title__ = 'fut' -__version__ = '0.2.13' +__version__ = '0.2.14' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3'