summaryrefslogtreecommitdiff
path: root/jsonpatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonpatch.py')
-rw-r--r--jsonpatch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/jsonpatch.py b/jsonpatch.py
index c5eca85..3e3883d 100644
--- a/jsonpatch.py
+++ b/jsonpatch.py
@@ -30,13 +30,13 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-""" Apply JSON-Patches (according to draft 06) """
+""" Apply JSON-Patches (according to draft 08) """
# http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-05
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
-__version__ = '0.9'
+__version__ = '0.11'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'