summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-02-05 11:06:39 -0800
committerBob Ippolito <bob@redivi.com>2023-02-05 11:06:39 -0800
commit4d098a56628f519e806c0c1ceceb1ce1b6e0d11c (patch)
treeba5684f9d21058dd4b7e1e89d1313bd839152ac4 /simplejson
parenta010b32bf0a7c6102d9fc4202b65b5fd37be2ce0 (diff)
downloadsimplejson-4d098a56628f519e806c0c1ceceb1ce1b6e0d11c.tar.gz
Bump version and update CHANGEStest-sdist
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 993d64d..47e49a3 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.3'
+__version__ = '3.18.4'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',