Skip to content

Commit

Permalink
Bump version number to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmar-van-den-Berg authored and Redmar van den Berg committed Sep 22, 2021
1 parent f8873aa commit c4645b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021-09-22 Redmar van den Berg

* Version 4.0.0: Update FuMa to Python3 (see issue #46)

2021-08-11 Redmar van den Berg

* Version 3.0.7: HOTFIX for issue #43 - Thanks @Redmar-van-den-Berg
Expand Down
2 changes: 1 addition & 1 deletion fuma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<http://epydoc.sourceforge.net/manual-fields.html#fields-synonyms>
"""

__version_info__ = ('3', '0', '8')
__version_info__ = ('4', '0', '0')
__version__ = '.'.join(__version_info__) if (len(__version_info__) == 3) else '.'.join(__version_info__[0:3])+"-"+__version_info__[3]
__author__ = 'Youri Hoogstrate'
__homepage__ = 'https://github.com/yhoogstrate/fuma'
Expand Down

0 comments on commit c4645b3

Please sign in to comment.