summaryrefslogtreecommitdiff
path: root/jsonpatch.py
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2017-01-12 22:24:24 +0100
committerStefan Kögl <stefan@skoegl.net>2017-01-12 22:24:24 +0100
commit8b46602074fe677935c71bc87151fbca41e6c049 (patch)
tree529f15db73f9f114eb7015e2d4e208f364d83dd1 /jsonpatch.py
parenta01bec732f5be868bf66ba3684b4073c954af0ab (diff)
downloadpython-json-patch-8b46602074fe677935c71bc87151fbca41e6c049.tar.gz
bump version to 1.14
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 3c83f61..5250f2f 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.13'
+__version__ = '1.14'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'