##// END OF EJS Templates
bump to 0.13.2-dev
MinRK -
Show More
@@ -21,9 +21,9 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 = 1 # use '' for first of series, number for 1 and above
24 _version_micro = 2 # use '' for first of series, number for 1 and above
25 # _version_extra = 'dev'
25 _version_extra = 'dev'
26 _version_extra = '' # Uncomment this for full releases
26 # _version_extra = '' # Uncomment this for full releases
27
27
28 # Construct full version string from these.
28 # Construct full version string from these.
29 _ver = [_version_major, _version_minor]
29 _ver = [_version_major, _version_minor]
General Comments 0
You need to be logged in to leave comments. Login now