From 961be0c883bba74f80ca1a910b98867692ef336f 2013-07-29 10:26:12 From: Thomas Kluyver Date: 2013-07-29 10:26:12 Subject: [PATCH] Make it clear that 1.0 is not released yet --- diff --git a/docs/source/whatsnew/version1.0.rst b/docs/source/whatsnew/version1.0.rst index e9145b6..fa2530a 100644 --- a/docs/source/whatsnew/version1.0.rst +++ b/docs/source/whatsnew/version1.0.rst @@ -5,6 +5,10 @@ Release 1.0 =========== +.. note:: + + This document describes a pre-release version of IPython. + IPython 1.0 requires Python ≥ 2.6.5 or ≥ 3.2.1. It does not support Python 3.0, 3.1, or 2.5. @@ -212,7 +216,7 @@ The javascript components used in the notebook have been updated significantly. Some relevant changes that are results of this: - Markdown cells now support GitHub-flavored Markdown (GFM), -which includes ``\`\`\`python`` code blocks and tables. + which includes ``\`\`\`python`` code blocks and tables. - Notebook UI behaves better on more screen sizes. - Various code cell input issues have been fixed.