bump version to 0.6, support for draft 5
http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-05
This commit is contained in:
@@ -31,11 +31,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
"""Apply JSON-Patches according to
|
"""Apply JSON-Patches according to
|
||||||
http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-04"""
|
http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-05"""
|
||||||
|
|
||||||
# Will be parsed by setup.py to determine package metadata
|
# Will be parsed by setup.py to determine package metadata
|
||||||
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
|
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
|
||||||
__version__ = '0.5'
|
__version__ = '0.6'
|
||||||
__website__ = 'https://github.com/stefankoegl/python-json-patch'
|
__website__ = 'https://github.com/stefankoegl/python-json-patch'
|
||||||
__license__ = 'Modified BSD License'
|
__license__ = 'Modified BSD License'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user