Skip to content

Commit

Permalink
Bump version to 2.3, and update version history.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Nov 1, 2017
1 parent bd73830 commit 7729650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ Run ``python setup.py test``. Run ``tox`` to test across Python versions.
Version History
===============

2.3
* Add the ability to say "*" within the ``autoclass :members:`` option, meaning "and all the members that I didn't explicitly list".

2.2
* Add ``autofunction`` support for ``@callback`` tags. (krassowski)
* Add experimental ``autofunction`` support for ``@typedef`` tags. (krassowski)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='sphinx-js',
version='2.2',
version='2.3',
description='Support for using Sphinx on JSDoc-documented JS code',
long_description=open('README.rst', 'r', encoding='utf8').read(),
author='Erik Rose',
Expand Down

0 comments on commit 7729650

Please sign in to comment.