summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom Nikitin <a.nikitin@edadeal.ru>2020-11-16 10:53:52 +0300
committerArtyom Nikitin <a.nikitin@edadeal.ru>2020-11-16 10:53:52 +0300
commit0b680ea87afc6e747fc584aaef513815de0c52c3 (patch)
tree4b86d7089a889482ac4b6d5b89d9cd16ff76ff1d
parentfb04fcc4df0e060586f6401b61af703d60bb6b65 (diff)
downloadpython-json-patch-0b680ea87afc6e747fc584aaef513815de0c52c3.tar.gz
chore: bump version
-rw-r--r--jsonpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index 92857ef..201e9d1 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.24'
+__version__ = '1.27'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'