From b14c0890dfe9def33c6f901728ffa39638ca704a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Tue, 24 Jun 2014 20:36:06 +0200 Subject: [PATCH] bump version to 1.6 --- jsonpatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonpatch.py b/jsonpatch.py index 219de6c..30b7a0c 100644 --- a/jsonpatch.py +++ b/jsonpatch.py @@ -46,7 +46,7 @@ from jsonpointer import JsonPointer, JsonPointerException # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl ' -__version__ = '1.5' +__version__ = '1.6' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License'