diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1824fe1..b579e56 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,11 @@ Changelog --------- +0.3.2 (2017-10-18) +^^^^^^^^^^^^^^^^^^ + +* fix syntax error + 0.3.1 (2017-10-18) ^^^^^^^^^^^^^^^^^^ diff --git a/fut/__init__.py b/fut/__init__.py index 4f0dfbd..f5de410 100644 --- a/fut/__init__.py +++ b/fut/__init__.py @@ -23,7 +23,7 @@ """ __title__ = 'fut' -__version__ = '0.3.1' +__version__ = '0.3.2' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3' diff --git a/setup.py b/setup.py index aa41745..82a0550 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __title__ = 'fut' -__version__ = '0.3.1' +__version__ = '0.3.2' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3'