summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2012-12-14 13:00:19 +0100
committerStefan Kögl <stefan@skoegl.net>2012-12-14 13:02:05 +0100
commit5e69e11eb3e4c64aee9360f44a5505493da85938 (patch)
tree1151ea8371520ea0c81b0eb3188710c44db573a9
parent0e6772b3a300549e8a1030c13c59f0ee7b62dcaa (diff)
downloadpython-json-patch-5e69e11eb3e4c64aee9360f44a5505493da85938.tar.gz
bump version to 0.11v0.11
-rw-r--r--jsonpatch.py4
-rw-r--r--requirements.txt2
2 files changed, 3 insertions, 3 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'
diff --git a/requirements.txt b/requirements.txt
index fa2630e..5cd37da 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-jsonpointer>=0.5
+jsonpointer>=0.6