diff options
| author | Stefan Kögl <stefan@skoegl.net> | 2020-11-23 19:48:02 +0000 |
|---|---|---|
| committer | Stefan Kögl <stefan@skoegl.net> | 2020-11-23 19:48:02 +0000 |
| commit | 6b643824f986ba698cecf23a4e003c4c7d954f5a (patch) | |
| tree | e72bece94ae70633eeb7a873212f510c24417e5d | |
| parent | f3c46e8d37833eb3cb7ff5f914d8dac85450fafb (diff) | |
| download | python-json-patch-1.27.tar.gz | |
Bump version to 1.27v1.27
| -rw-r--r-- | jsonpatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonpatch.py b/jsonpatch.py index 5522d50..af30382 100644 --- a/jsonpatch.py +++ b/jsonpatch.py @@ -56,7 +56,7 @@ except ImportError: # Will be parsed by setup.py to determine package metadata __author__ = 'Stefan Kögl <stefan@skoegl.net>' -__version__ = '1.24' +__version__ = '1.27' __website__ = 'https://github.com/stefankoegl/python-json-patch' __license__ = 'Modified BSD License' |
