Skip to content

Commit

Permalink
v3.19.1
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Ippolito <bob@redivi.com>
  • Loading branch information
etrepum committed Apr 6, 2023
1 parent 1a4995d commit aeb63ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
@@ -1,4 +1,4 @@
Version 3.19.0 released 2023-04-06
Version 3.19.1 released 2023-04-06

* This release contains security hardening measures based on recommendations
by a security audit sponsored by OSTIF and conducted by X41 D-Sec GmbH.
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Expand Up @@ -44,7 +44,7 @@
# The short X.Y version.
version = '3.19'
# The full version, including alpha/beta/rc tags.
release = '3.19.0'
release = '3.19.1'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
DistutilsPlatformError

IS_PYPY = hasattr(sys, 'pypy_translation_info')
VERSION = '3.18.4'
VERSION = '3.19.1'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"

with open('README.rst', 'r') as f:
Expand Down
2 changes: 1 addition & 1 deletion simplejson/__init__.py
Expand Up @@ -118,7 +118,7 @@
"""
from __future__ import absolute_import
__version__ = '3.19.0'
__version__ = '3.19.1'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',
Expand Down

0 comments on commit aeb63ee

Please sign in to comment.