##// END OF EJS Templates
Remove codename variable...
Thomas Kluyver -
Show More
@@ -26,9 +26,6 b" _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 # release.codename is deprecated in 2.0, will be removed in 3.0
30 codename = ''
31
32 # Construct full version string from these.
29 # Construct full version string from these.
33 _ver = [_version_major, _version_minor, _version_patch]
30 _ver = [_version_major, _version_minor, _version_patch]
34
31
General Comments 0
You need to be logged in to leave comments. Login now