##// END OF EJS Templates
update -dev docs to reflect latest stable version...
Paul Ivanov -
Show More
@@ -26,7 +26,7 _version_extra = 'dev'
26 26 # _version_extra = 'rc1'
27 27 # _version_extra = '' # Uncomment this for full releases
28 28
29 codename = 'An Afternoon Hack'
29 codename = 'Work in Progress'
30 30
31 31 # Construct full version string from these.
32 32 _ver = [_version_major, _version_minor, _version_patch]
@@ -71,7 +71,7 if iprelease['_version_extra']:
71 71 .. note::
72 72
73 73 This documentation is for a development version of IPython. There may be
74 significant differences from the latest stable release (0.13.2).
74 significant differences from the latest stable release (1.1.0).
75 75
76 76 """
77 77
General Comments 0
You need to be logged in to leave comments. Login now