diff options
author | Stefan Kögl <stefan@skoegl.net> | 2013-10-09 19:00:37 +0200 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2013-10-09 19:00:37 +0200 |
commit | f6f3cd235337209fc96b71316215a40d1cd3026c (patch) | |
tree | e5b88c05c1d3b3417ce7bbe44d3ecaa661c51512 /jsonpatch.py | |
parent | 4d0389238e1d963f859af42a9a0fa38483a7fa41 (diff) | |
download | python-json-patch-f6f3cd235337209fc96b71316215a40d1cd3026c.tar.gz |
bump version to 1.2v1.2
Diffstat (limited to 'jsonpatch.py')
-rw-r--r-- | jsonpatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py index b1c01a6..ede13b1 100644 --- a/jsonpatch.py +++ b/jsonpatch.py @@ -36,7 +36,7 @@ from __future__ import unicode_literals # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl <stefan@skoegl.net>' -__version__ = '1.1' +__version__ = '1.2' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License' |