summaryrefslogtreecommitdiff
path: root/jsonpatch.py
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2017-01-12 22:26:56 +0100
committerStefan Kögl <stefan@skoegl.net>2017-01-12 22:26:56 +0100
commit27f1f987e0c9d101a8dc01cc322d5f31ca89d074 (patch)
tree2d5300907a4c838dc5e5543741fe9bd33d501435 /jsonpatch.py
parent8b46602074fe677935c71bc87151fbca41e6c049 (diff)
downloadpython-json-patch-27f1f987e0c9d101a8dc01cc322d5f31ca89d074.tar.gz
bump version to 1.15v1.15
Diffstat (limited to 'jsonpatch.py')
-rw-r--r--jsonpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index 5250f2f..a9574ae 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -51,7 +51,7 @@ from jsonpointer import JsonPointer, JsonPointerException
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
-__version__ = '1.14'
+__version__ = '1.15'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'