From 685688f04cee7901c20d87112570fe8a377b16b7 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sat, 9 May 2015 22:12:04 +0300 Subject: [PATCH] Update versionadded directives. 0.11.0 is a backwards incompatible release. --- docs/language/api.rst | 8 ++++---- docs/language/cli.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/language/api.rst b/docs/language/api.rst index 96d4a73..bbc2868 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -831,7 +831,7 @@ lisp-if / lif and lisp-if-not / lif-not .. versionadded:: 0.10.0 -.. versionadded:: 0.10.2 +.. versionadded:: 0.11.0 lisp-if-not / lif-not For those that prefer a more Lispy ``if`` clause, we have ``lisp-if``, or @@ -944,11 +944,11 @@ This can be confirmed via Python's built-in ``help`` function:: times_three(x) Multiplies input by three and returns result (END) - + last ----------- -.. versionadded:: 0.10.2 +.. versionadded:: 0.11.0 ``last`` can be used for accessing the last element of a collection: @@ -956,7 +956,7 @@ last => (last [2 4 6]) 6 - + let --- diff --git a/docs/language/cli.rst b/docs/language/cli.rst index 6670d0c..28bd067 100644 --- a/docs/language/cli.rst +++ b/docs/language/cli.rst @@ -31,7 +31,7 @@ Command Line Options all arguments after the *module* name are passed to the module in ``sys.argv``. - .. versionadded:: 0.10.2 + .. versionadded:: 0.11.0 .. cmdoption:: --spy