bump version to 1.2

This commit is contained in:
Stefan Kögl 2013-10-09 19:00:37 +02:00
parent 4d0389238e
commit f6f3cd2353

View File

@ -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'