diff --git a/README.rst b/README.rst index 5e5b227a..3b55eb8d 100644 --- a/README.rst +++ b/README.rst @@ -347,6 +347,12 @@ Run the tests using tox, which will also install JSDoc and TypeDoc at pinned ver Version History =============== +3.2.2: (September 20th, 2023) + * Remove Sphinx upper-bound requirement. (#227) + * Drop support for Python 3.7. (#228) + + Thank you to Will Kahn-Greene! + 3.2.1: (December 16th, 2022) * Fix xrefs to static functions. (#178) * Add support for jsdoc 4.0.0. (#215) diff --git a/setup.py b/setup.py index 1c1b2517..d242fde7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='sphinx-js', - version='3.2.1', + version='3.2.2', description='Support for using Sphinx on JSDoc-documented JS code', long_description=open('README.rst', 'r', encoding='utf8').read(), long_description_content_type="text/x-rst",