Skip to content

Commit

Permalink
Prep for 3.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Sep 20, 2023
1 parent 3339dc2 commit 76e2eb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 76e2eb4

Please sign in to comment.