stefankoegl / python-json-patch

Applying JSON Patches in Python
https://python-json-patch.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
440 stars 96 forks source link

Version in jsonpatch.py is 1.15 not 1.16 #64

Closed petedmarsh closed 7 years ago

petedmarsh commented 7 years ago

I just noticed that __version__ in jsonpatch.py is 1.15 but the current release version is 1.16 - the commit bumping to 1.16 appears to be missing from master (https://github.com/stefankoegl/python-json-patch/commit/1fc5e2022ff2c5796bd28af56646b135ede4ee71).

stefankoegl commented 7 years ago

The commit is here (1fc5e2022ff2c5796bd28af56646b135ede4ee71), but not part of master. I'm not yet sure what happened here...

stefankoegl commented 7 years ago

I've created a merge commit to reconcile both. Thanks a lot for pointing that out :)