s/1.0/0.11/ in versionadded/versionchanged markers

closes #1817
This commit is contained in:
ThiefMaster 2016-05-23 14:42:42 +02:00
parent bdbca923ef
commit c5900a1adf
9 changed files with 19 additions and 19 deletions

View file

@ -113,7 +113,7 @@ class Request(RequestBase):
is considered to include JSON data if the mimetype is
:mimetype:`application/json` or :mimetype:`application/*+json`.
.. versionadded:: 1.0
.. versionadded:: 0.11
"""
mt = self.mimetype
if mt == 'application/json':