summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2022-11-16 12:21:15 -0800
committerBob Ippolito <bob@redivi.com>2022-11-16 12:21:15 -0800
commitf7f03624aad489eaa852e1de9c24194a752fb2ab (patch)
tree2b2f50e7891947ab9267acb6e3fc220fac9a6f91 /simplejson
parentedde4ef7dfb79284e07844f996262e61920b4f66 (diff)
downloadsimplejson-f7f03624aad489eaa852e1de9c24194a752fb2ab.tar.gz
Update version to v3.18.1 and update CHANGES for #303
Diffstat (limited to 'simplejson')
-rw-r--r--simplejson/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplejson/__init__.py b/simplejson/__init__.py
index c79ad1b..b3e8a81 100644
--- a/simplejson/__init__.py
+++ b/simplejson/__init__.py
@@ -118,7 +118,7 @@ Serializing multiple objects to JSON lines (newline-delimited JSON)::
"""
from __future__ import absolute_import
-__version__ = '3.18.0'
+__version__ = '3.18.1'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',