summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2017-06-15 17:41:06 +0200
committerStefan Kögl <stefan@skoegl.net>2017-06-15 17:41:06 +0200
commit1fc5e2022ff2c5796bd28af56646b135ede4ee71 (patch)
treed7d6dc82a0a85a31256952df33926925c270cba8
parent18887df8af5f761aa83c76a7cd3777210b2527ad (diff)
downloadpython-json-patch-1fc5e2022ff2c5796bd28af56646b135ede4ee71.tar.gz
Bump version to 1.16v1.16
-rw-r--r--jsonpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index 0116ca2..296c5bc 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.15'
+__version__ = '1.16'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'