Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

Commit

Permalink
Merge 338fbb1 into c0afa54
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccandless committed Mar 6, 2018
2 parents c0afa54 + 338fbb1 commit 48f9488
Show file tree
Hide file tree
Showing 19 changed files with 767 additions and 138 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,5 +1,11 @@
Changelog
=========
v1.1.5
------
- Add jsonschema validation for definitions file
- Add example for template usage
- Add tests for submodules and templates

v1.1.4
------
- Add callable() decorator to replace env parameter in get_parser
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1 +1,2 @@
include README.md
include argutil/commandline.schema
1 change: 1 addition & 0 deletions VERSION
@@ -0,0 +1 @@
1.1.5
2 changes: 1 addition & 1 deletion argutil/__init__.py
Expand Up @@ -5,6 +5,6 @@
get_parser,
callable,
ParserDefinition,
VERSION,
GLOBAL_ENV,
)
from .working_directory import WorkingDirectory, pushd

0 comments on commit 48f9488

Please sign in to comment.