Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7729650

Browse files
committed
Bump version to 2.3, and update version history.
1 parent bd73830 commit 7729650

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ Run ``python setup.py test``. Run ``tox`` to test across Python versions.
266266
Version History
267267
===============
268268

269+
2.3
270+
* Add the ability to say "*" within the ``autoclass :members:`` option, meaning "and all the members that I didn't explicitly list".
271+
269272
2.2
270273
* Add ``autofunction`` support for ``@callback`` tags. (krassowski)
271274
* Add experimental ``autofunction`` support for ``@typedef`` tags. (krassowski)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='sphinx-js',
14-
version='2.2',
14+
version='2.3',
1515
description='Support for using Sphinx on JSDoc-documented JS code',
1616
long_description=open('README.rst', 'r', encoding='utf8').read(),
1717
author='Erik Rose',

0 commit comments

Comments
 (0)