bump version to 1.14

This commit is contained in:
Stefan Kögl
2017-01-12 22:24:24 +01:00
parent a01bec732f
commit 8b46602074

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.13'
__version__ = '1.14'
__website__ = 'https://github.com/stefankoegl/python-json-patch'
__license__ = 'Modified BSD License'