summaryrefslogtreecommitdiff
path: root/jsonpatch.py
diff options
context:
space:
mode:
authorIgor Tkach <igor.tkach@percolate.com>2019-07-22 15:03:57 -0400
committerIgor Tkach <igor.tkach@percolate.com>2019-07-22 15:03:57 -0400
commitb5141ab7c243247b7ac68b9dc3772debb99cc2d5 (patch)
treeebf061279e7830b77bc13dd066d78098fa383414 /jsonpatch.py
parent1b83d63088d0af707c4cb1361001ea3cf714a38a (diff)
parent36b245a3d7ce1631b0e48125dcd5d3b2e292b42e (diff)
downloadpython-json-patch-b5141ab7c243247b7ac68b9dc3772debb99cc2d5.tar.gz
Merge tag 'v1.23'
release v1.23
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 bf6a1b5..d1c41ab 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -56,7 +56,7 @@ except ImportError:
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
-__version__ = '1.22'
+__version__ = '1.23'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'