summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2022-04-22 08:11:48 -0700
committerBob Ippolito <bob@redivi.com>2022-04-22 08:11:48 -0700
commit74c95b6d3cafd0b158ab7f8a3a066d0671e5c931 (patch)
tree4a38d6082d77c5aa7d5505226742b207c391b676 /simplejson
parentd8cee7b2c5696a76e2d0316188b100eea4264354 (diff)
downloadsimplejson-74c95b6d3cafd0b158ab7f8a3a066d0671e5c931.tar.gz
Update CHANGES.txt and bump version
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 20327ea..4d0ab75 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.17.6'
+__version__ = '3.17.7'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',