From bdd3bccd49070005d52fb233c6422625feafde46 2014-03-07 23:28:19 From: MinRK Date: 2014-03-07 23:28:19 Subject: [PATCH] 2.0.0 beta 1 --- diff --git a/IPython/core/release.py b/IPython/core/release.py index d49f3d1..766da2a 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -22,7 +22,7 @@ name = 'ipython' _version_major = 2 _version_minor = 0 _version_patch = 0 -_version_extra = 'dev' +_version_extra = 'b1' # _version_extra = 'rc1' # _version_extra = '' # Uncomment this for full releases diff --git a/docs/source/conf.py b/docs/source/conf.py index a9c98c4..381c3f6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -73,7 +73,7 @@ if iprelease['_version_extra']: .. note:: This documentation is for a development version of IPython. There may be - significant differences from the latest stable release (1.1.0). + significant differences from the latest stable release (1.2.1). """