Skip to content

Commit a14f999

Browse files
author
Kevin Ballard
committed
Prepare release 1.1.0
1 parent 7204fbb commit a14f999

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
1.1.0
3+
========
4+
- issue#5: fix type casting for positional arguments
5+
- issue#4: Add support for converting underscores to hyphens in parameter
6+
names. Enabled by default.
7+
- Add support for decorator 'stacks'
8+

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.0.1',
24+
version='1.1.0',
2525
packages=['commandr'],
2626
author='Kevin Ballard',
2727
author_email='kevin@tellapart.com',

0 commit comments

Comments
 (0)