Skip to content

Commit

Permalink
pytool: Version 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Mar 1, 2019
1 parent 4e5827a commit 7689aec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pytool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
"""
__version__ = '3.11.0'
__version__ = '3.12.0'


from pytool import (
Expand Down
2 changes: 2 additions & 0 deletions pytool/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ def subcommand(self, name, func, run_func, *args, **kwargs):
Any additional positional or keyword arguments will be passed to the
``ArgumentParser`` instance created.
.. versionadded:: 3.12.0
**Example**::
class MyCommand(Command):
Expand Down

0 comments on commit 7689aec

Please sign in to comment.