Skip to content

Commit a42ad73

Browse files
committed
v0.3.3
1 parent cb46d01 commit a42ad73

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
---------
55

66

7+
0.3.3 (2017-10-18)
8+
^^^^^^^^^^^^^^^^^^
9+
10+
* correct pin values (#314)
11+
712
0.3.2 (2017-10-18)
813
^^^^^^^^^^^^^^^^^^
914

fut/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"""
2424

2525
__title__ = 'fut'
26-
__version__ = '0.3.2'
26+
__version__ = '0.3.3'
2727
__author__ = 'Piotr Staroszczyk'
2828
__author_email__ = 'piotr.staroszczyk@get24.org'
2929
__license__ = 'GNU GPL v3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
__title__ = 'fut'
10-
__version__ = '0.3.2'
10+
__version__ = '0.3.3'
1111
__author__ = 'Piotr Staroszczyk'
1212
__author_email__ = 'piotr.staroszczyk@get24.org'
1313
__license__ = 'GNU GPL v3'

0 commit comments

Comments
 (0)