mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Update simplejson==3.17.6
This commit is contained in:
parent
f52d985f8c
commit
5dbc15ce4b
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ Serializing multiple objects to JSON lines (newline-delimited JSON)::
|
|||
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
__version__ = '3.17.5'
|
||||
__version__ = '3.17.6'
|
||||
__all__ = [
|
||||
'dump', 'dumps', 'load', 'loads',
|
||||
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue