Bump supported specification version
This commit is contained in:
2
README
2
README
@@ -3,7 +3,7 @@ python-json-patch: Applying JSON Patches
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Library to apply JSON Patches according to
|
||||
http://tools.ietf.org/html/draft-pbryan-json-patch-01
|
||||
http://tools.ietf.org/html/draft-pbryan-json-patch-04
|
||||
|
||||
See Sourcecode for Examples
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
"""Apply JSON-Patches according to http://tools.ietf.org/html/draft-pbryan-json-patch-01"""
|
||||
"""Apply JSON-Patches according to http://tools.ietf.org/html/draft-pbryan-json-patch-04"""
|
||||
|
||||
# Will be parsed by setup.py to determine package metadata
|
||||
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
|
||||
|
||||
Reference in New Issue
Block a user