Skip to content

Commit 7689aec

Browse files
committed
pytool: Version 3.12.0
1 parent 4e5827a commit 7689aec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pytool/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
1616
"""
17-
__version__ = '3.11.0'
17+
__version__ = '3.12.0'
1818

1919

2020
from pytool import (

pytool/cmd.py

+2
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ def subcommand(self, name, func, run_func, *args, **kwargs):
216216
Any additional positional or keyword arguments will be passed to the
217217
``ArgumentParser`` instance created.
218218
219+
.. versionadded:: 3.12.0
220+
219221
**Example**::
220222
221223
class MyCommand(Command):

0 commit comments

Comments
 (0)