##// END OF EJS Templates
release 1.2.1
MinRK -
Show More
@@ -21,7 +21,7 b" name = 'ipython'"
21 # version
21 # version
22 _version_major = 1
22 _version_major = 1
23 _version_minor = 2
23 _version_minor = 2
24 _version_patch = 0
24 _version_patch = 1
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
@@ -71,7 +71,7 b" if iprelease['_version_extra']:"
71 .. note::
71 .. note::
72
72
73 This documentation is for a development version of IPython. There may be
73 This documentation is for a development version of IPython. There may be
74 significant differences from the latest stable release (1.2.0).
74 significant differences from the latest stable release (1.2.1).
75
75
76 """
76 """
77
77
General Comments 0
You need to be logged in to leave comments. Login now