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

Fix move for numeric dictionary keys (issue #97) #99

Closed itkach closed 5 years ago

itkach commented 5 years ago

@stefankoegl Any concerns regarding merging this?

stefankoegl commented 5 years ago

Merged, thanks!

In the future, please don't increment version numbers as part of a pull request - I'll do that during the release instead.

itkach commented 5 years ago

Merged, thanks!

Great!

In the future, please don't increment version numbers as part of a pull request - I'll do that during the release instead.

Sorry about that. I bumped the version reluctantly only because I wasn't sure if/when the PR might be merged but needed to build a wheel to include into my project as it doesn't support git URLs for dependencies (build doesn't have network access)