summaryrefslogtreecommitdiff
path: root/jsonpatch.py
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2017-12-30 15:03:08 +0100
committerStefan Kögl <stefan@skoegl.net>2017-12-30 15:03:08 +0100
commit4ff73987280269ea52bf7a0ae178b9dccae9786a (patch)
tree980fcd06f72626315013690aa1b515489730a3b1 /jsonpatch.py
parentcfd69e53c32ff7047cc47a88558af6a0948685c0 (diff)
downloadpython-json-patch-4ff73987280269ea52bf7a0ae178b9dccae9786a.tar.gz
Bump version to 1.21v1.21
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 291e876..422812d 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -58,7 +58,7 @@ except ImportError:
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
-__version__ = '1.20'
+__version__ = '1.21'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'