From 4d098a56628f519e806c0c1ceceb1ce1b6e0d11c Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Sun, 5 Feb 2023 11:06:39 -0800 Subject: Bump version and update CHANGES --- simplejson/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simplejson') 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', -- cgit v1.2.1