Update versionadded directives.

0.11.0 is a backwards incompatible release.
This commit is contained in:
Berker Peksag 2015-05-09 22:12:04 +03:00
parent 767174681e
commit 685688f04c
2 changed files with 5 additions and 5 deletions

View File

@ -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
@ -948,7 +948,7 @@ This can be confirmed via Python's built-in ``help`` function::
last
-----------
.. versionadded:: 0.10.2
.. versionadded:: 0.11.0
``last`` can be used for accessing the last element of a collection:

View File

@ -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