We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb46d01 commit a42ad73Copy full SHA for a42ad73
3 files changed
CHANGELOG.rst
@@ -4,6 +4,11 @@ Changelog
4
---------
5
6
7
+0.3.3 (2017-10-18)
8
+^^^^^^^^^^^^^^^^^^
9
+
10
+* correct pin values (#314)
11
12
0.3.2 (2017-10-18)
13
^^^^^^^^^^^^^^^^^^
14
fut/__init__.py
@@ -23,7 +23,7 @@
23
"""
24
25
__title__ = 'fut'
26
-__version__ = '0.3.2'
+__version__ = '0.3.3'
27
__author__ = 'Piotr Staroszczyk'
28
__author_email__ = 'piotr.staroszczyk@get24.org'
29
__license__ = 'GNU GPL v3'
setup.py
@@ -7,7 +7,7 @@
0 commit comments