summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2014-03-22 19:11:16 +0100
committerStefan Kögl <stefan@skoegl.net>2014-03-22 19:14:21 +0100
commit48010acda5d19ebe516de1c3b68643c9ea5f8045 (patch)
treefef9d54880cc4c053f593ee72fb0000838d32162
parent81d7d5072ed4cea6eeb60ceb6f5073408c674a03 (diff)
downloadpython-json-patch-48010acda5d19ebe516de1c3b68643c9ea5f8045.tar.gz
bump version to 1.5v1.5
-rw-r--r--jsonpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index c3e4219..28dcd13 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -46,7 +46,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.3'
+__version__ = '1.5'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'