Skip to content

Commit d8c54d6

Browse files
committed
Bump version to 1.20
The next version would have been 1.17, but a bump to 1.20 was requested per #67 to fix an issue with versioning of the Debian package #67
1 parent e066c28 commit d8c54d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonpatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
# Will be parsed by setup.py to determine package metadata
6060
__author__ = 'Stefan Kögl <[email protected]>'
61-
__version__ = '1.16'
61+
__version__ = '1.20'
6262
__website__ = 'https://github.com/stefankoegl/python-json-patch'
6363
__license__ = 'Modified BSD License'
6464

0 commit comments

Comments
 (0)