We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66d192 commit dd0c3e7Copy full SHA for dd0c3e7
2 files changed
devsimpy/devsimpy-nogui.py
@@ -30,7 +30,7 @@
30
#
31
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
32
33
-__version__ = '5.0'
+__version__ = '5.1'
34
35
def serialize_date(obj):
36
if isinstance(obj, date):
devsimpy/devsimpy.py
@@ -58,7 +58,7 @@
58
59
__authors__ = "Laurent Capocchi <capocchi@univ-corse.fr>, <santucci@univ-corse.fr>"
60
__date__ = str(datetime.datetime.now())
61
62
__docformat__ = 'epytext'
63
__min_wx_version__ = '4.0'
64
0 commit comments