summaryrefslogtreecommitdiff
path: root/jsonpointer.py
diff options
authorOndřej Nový <novy@ondrej.org>2016-04-30 23:41:24 +0200
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2016-05-01 22:21:43 +0000
commit5cf005cc1b751e4533a3475a8b170d38db771a47 (patch)
tree9387d027a0612365a6f3ab2537e380cfb36405f4 /jsonpointer.py
parentc2a3b7b45db9c4ae0a0fef910fc3889bf6a78680 (diff)
Imported using git-ubuntu import.
Notes
Notes: * Team upload. * New upstream release. * Fixed VCS URLs (https). * Added simple Debian tests. * Standards-Version bumped to 3.9.8 (no changes needed) * d/copyright - Fixed order - Added myself to Debian part * Added -doc package with sphinx documentation * Removed redundant d/docs * Don't run autotests with nocheck option enabled
Diffstat (limited to 'jsonpointer.py')
-rw-r--r--jsonpointer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpointer.py b/jsonpointer.py
index 718ea9a..eea100c 100644
--- a/jsonpointer.py
+++ b/jsonpointer.py
@@ -41,7 +41,7 @@ except ImportError:
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
-__version__ = '1.9'
+__version__ = '1.10'
__website__ = 'https://github.com/stefankoegl/python-json-pointer'
__license__ = 'Modified BSD License'