From a42ad73a7e63421eef3abea8026f44c191c0f820 Mon Sep 17 00:00:00 2001 From: Piotr Staroszczyk Date: Wed, 18 Oct 2017 19:10:36 +0200 Subject: [PATCH] v0.3.3 --- 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 b579e56..ea11c9e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,11 @@ Changelog --------- +0.3.3 (2017-10-18) +^^^^^^^^^^^^^^^^^^ + +* correct pin values (#314) + 0.3.2 (2017-10-18) ^^^^^^^^^^^^^^^^^^ diff --git a/fut/__init__.py b/fut/__init__.py index f5de410..2eea357 100644 --- a/fut/__init__.py +++ b/fut/__init__.py @@ -23,7 +23,7 @@ """ __title__ = 'fut' -__version__ = '0.3.2' +__version__ = '0.3.3' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3' diff --git a/setup.py b/setup.py index 82a0550..ad1b343 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __title__ = 'fut' -__version__ = '0.3.2' +__version__ = '0.3.3' __author__ = 'Piotr Staroszczyk' __author_email__ = 'piotr.staroszczyk@get24.org' __license__ = 'GNU GPL v3'