diff --git a/README.rst b/README.rst index c81b9e41..568c710c 100644 --- a/README.rst +++ b/README.rst @@ -348,6 +348,12 @@ Run the tests using tox, which will also install JSDoc and TypeDoc at pinned ver Version History =============== +3.2.1: (December 16th, 2022) + * Fix xrefs to static functions. (#178) + * Add support for jsdoc 4.0.0. (#215) + + Thank you to xsjad0 and Will Kahn-Greene! + 3.2.0: (December 13th, 2022) * Add "static" in front of static methods. * Pin Jinja2 and markupsafe versions. (#190) diff --git a/setup.py b/setup.py index 660aa177..be272953 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='sphinx-js', - version='3.2.0', + version='3.2.1', 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",