summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2018-04-02 10:36:40 +0200
committerStefan Kögl <stefan@skoegl.net>2018-04-02 10:36:40 +0200
commit7e55ad6a39de398eb83eb67431b28966e42aac36 (patch)
tree4736094f5d2ebda3f33a4ac9b1f5a81f6b0091d5
parent7b664c4dbe05e24abfc031850b9396d0b61296fd (diff)
downloadpython-json-patch-7e55ad6a39de398eb83eb67431b28966e42aac36.tar.gz
Bump version to 1.22v1.22
-rw-r--r--jsonpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index 48dc2f8..06e4f94 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.21'
+__version__ = '1.22'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'