Bump supported specification version

This commit is contained in:
Alexander Shorin
2011-12-25 16:29:52 +04:00
parent 07b0af061f
commit f89f6393e2
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -3,7 +3,7 @@ python-json-patch: Applying JSON Patches
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Library to apply JSON Patches according to
http://tools.ietf.org/html/draft-pbryan-json-patch-01
http://tools.ietf.org/html/draft-pbryan-json-patch-04
See Sourcecode for Examples

View File

@@ -30,7 +30,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
"""Apply JSON-Patches according to http://tools.ietf.org/html/draft-pbryan-json-patch-01"""
"""Apply JSON-Patches according to http://tools.ietf.org/html/draft-pbryan-json-patch-04"""
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'