Skip to content

Commit

Permalink
Prep for 3.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Dec 16, 2022
1 parent 4d9d225 commit d0bbb24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d0bbb24

Please sign in to comment.