Skip to content

Commit a497187

Browse files
author
Kevin Ballard
committed
Prepare version 1.3.1
1 parent 2b513d2 commit a497187

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
1.3.1
2+
========
3+
- Allow missing prefix for Bash Tab-completion.
4+
15
1.3.0
2-
=======
6+
========
37
- commandr.CommandrUsageException(my_message) can now be raised in a commandr
48
run function to print Usage.
59
- commandr.Usage(my_message) can now be called to print the Usage.
@@ -8,7 +12,7 @@
812
- Adds support for Bash Tab-completion.
913

1014
1.2.1
11-
=======
15+
========
1216
- The 'help' command has been added to give either the global help or help on
1317
a specific command (help [command]).
1418
- The option 'help_docs' was added to print __main__.__doc__ on help messages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name='commandr',
24-
version='1.3.0',
24+
version='1.3.1',
2525
packages=['commandr'],
2626
author='Kevin Ballard',
2727
author_email='kevin@tellapart.com',

0 commit comments

Comments
 (0)