bump version to 1.15

This commit is contained in:
Stefan Kögl
2017-01-12 22:26:56 +01:00
parent 8b46602074
commit 27f1f987e0

View File

@@ -51,7 +51,7 @@ from jsonpointer import JsonPointer, JsonPointerException
# Will be parsed by setup.py to determine package metadata
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
__version__ = '1.14'
__version__ = '1.15'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'