From 160c761da5cc2e40a9518128f108cf6708e81884 Mon Sep 17 00:00:00 2001 From: Piotr Staroszczyk Date: Wed, 18 Oct 2017 19:23:13 +0200 Subject: [PATCH] v0.3.4 --- CHANGELOG.rst | 5 +++++ fut/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ea11c9e..5724581 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,11 @@ Changelog --------- +0.3.4 (2017-10-18) +^^^^^^^^^^^^^^^^^^ + +* disable debug info + 0.3.3 (2017-10-18) ^^^^^^^^^^^^^^^^^^ diff --git a/fut/__init__.py b/fut/__init__.py index 2eea357..aa5554a 100644 --- a/fut/__init__.py +++ b/fut/__init__.py @@ -23,7 +23,7 @@ """ __title__ = 'fut' -__version__ = '0.3.3' +__version__ = '0.3.4' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3' diff --git a/setup.py b/setup.py index ad1b343..d88254f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __title__ = 'fut' -__version__ = '0.3.3' +__version__ = '0.3.4' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3'