##// END OF EJS Templates
version 0.13.1dev
MinRK -
Show More
@@ -21,10 +21,10 b" name = 'ipython'"
21 # version
21 # version
22 _version_major = 0
22 _version_major = 0
23 _version_minor = 13
23 _version_minor = 13
24 _version_micro = '' # use '' for first of series, number for 1 and above
24 _version_micro = 1 # use '' for first of series, number for 1 and above
25 #_version_extra = 'dev'
25 _version_extra = 'dev'
26 #_version_extra = 'rc1'
26 #_version_extra = 'rc1'
27 _version_extra = '' # Uncomment this for full releases
27 # _version_extra = '' # Uncomment this for full releases
28
28
29 # Construct full version string from these.
29 # Construct full version string from these.
30 _ver = [_version_major, _version_minor]
30 _ver = [_version_major, _version_minor]
General Comments 0
You need to be logged in to leave comments. Login now