Skip to content

Commit 9e88470

Browse files
committed
Deployment updates
1 parent bec7032 commit 9e88470

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2016-07-11 Youri Hoogstrate
2+
3+
* Version 3.0.5: Changes in deployment
4+
15
2016-07-11 Youri Hoogstrate
26

37
* Version 3.0.4: Changes in deployment

fuma/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<http://epydoc.sourceforge.net/manual-fields.html#fields-synonyms>
2222
"""
2323

24-
__version_info__ = ('3', '0', '4')
24+
__version_info__ = ('3', '0', '5')
2525
__version__ = '.'.join(__version_info__) if (len(__version_info__) == 3) else '.'.join(__version_info__[0:3])+"-"+__version_info__[3]
2626
__author__ = 'Youri Hoogstrate'
2727
__author_email__ = '_@.'

0 commit comments

Comments
 (0)