##// END OF EJS Templates
back to dev
Matthias Bussonnier -
Show More
@@ -21,10 +21,10 b" name = 'ipython'"
21 # version
21 # version
22 _version_major = 7
22 _version_major = 7
23 _version_minor = 16
23 _version_minor = 16
24 _version_patch = 2
24 _version_patch = 3
25 _version_extra = '.dev'
25 _version_extra = '.dev'
26 # _version_extra = 'b1'
26 # _version_extra = 'b1'
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, _version_patch]
30 _ver = [_version_major, _version_minor, _version_patch]
General Comments 0
You need to be logged in to leave comments. Login now