Skip to content

Commit

Permalink
Merge branch 'master' of github.com:druths/arghandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Ruths committed Jun 9, 2016
2 parents 16d1683 + c663923 commit 2628716
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## Unreleased

### Added

### Changed

### Depricated

### Removed

### Fixed

### Security

## Version 1.2.0

### Added

* The ability to print a short help message, better suited to sub-commands.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup( name='arghandler',
version='1.1.0',
version='1.2.0',
description='argparse extended with awesome feature enhancements to make life easier',
author='Derek Ruths',
author_email='druths@networkdynamics.org',
Expand Down

0 comments on commit 2628716

Please sign in to comment.