From 183c97af356a1cf7a4ac2b83dd2a44ff00718670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Fri, 28 Sep 2012 19:06:44 +0200 Subject: bump version to 0.6, support for draft 5 http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-05 --- jsonpatch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jsonpatch.py') diff --git a/jsonpatch.py b/jsonpatch.py index 1244d60..49cca59 100644 --- a/jsonpatch.py +++ b/jsonpatch.py @@ -31,11 +31,11 @@ # """Apply JSON-Patches according to -http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-04""" +http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-05""" # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl ' -__version__ = '0.5' +__version__ = '0.6' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License' -- cgit v1.2.1