summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2012-09-17 20:15:07 +0200
committerStefan Kögl <stefan@skoegl.net>2012-09-17 20:15:50 +0200
commit3ffce743189d7b925746308b5f14c2c4b6e6bc12 (patch)
tree47eb028999c4f9e348493167ea133de071bcac98
parentd27ea8ca4595f6b7298b274aa8637fc17662c0e2 (diff)
downloadpython-json-patch-3ffce743189d7b925746308b5f14c2c4b6e6bc12.tar.gz
bump version to 0.5v0.5
Changes * add "copy" operation * negative "test" operation raises JsonPatchTestFailed exception
-rw-r--r--jsonpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index 4dc73d7..6f3b776 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -35,7 +35,7 @@ http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-04"""
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
-__version__ = '0.4'
+__version__ = '0.5'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'