Skip to content
Snippets Groups Projects
Commit 3ee53d57017a authored by Bob Ippolito's avatar Bob Ippolito
Browse files

v3.17.2

parent 9bb9d7870191
Branches master
No related tags found
No related merge requests found
Version 3.17.1 released 2020-07-16
Version 3.17.2 released 2020-07-16
......@@ -2,5 +2,6 @@
* Added arm64 to build matrix
* Added arm64 to build matrix and reintroduced
manylinux wheels
https://github.com/simplejson/simplejson/pull/264
* No more bdist_wininst builds per PEP 527
https://github.com/simplejson/simplejson/pull/260
......
......@@ -44,7 +44,7 @@
# The short X.Y version.
version = '3.17'
# The full version, including alpha/beta/rc tags.
release = '3.17.1'
release = '3.17.2'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
......
......@@ -12,7 +12,7 @@
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
VERSION = '3.17.1'
VERSION = '3.17.2'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f:
......
......@@ -118,7 +118,7 @@
"""
from __future__ import absolute_import
__version__ = '3.17.1'
__version__ = '3.17.2'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment