bump version to 1.12

This commit is contained in:
Stefan Kögl 2015-11-03 20:14:30 +01:00
parent 46ad04c19b
commit d877f1d95d
1 changed files with 1 additions and 1 deletions

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