==> git log -n1 <==
commit efdcb32b87d218b21fa57c4e3a7009f9fe9651c1
Author: Kyle Wilcox <kyle@axiomalaska.com>
Date:   Wed Sep 2 16:41:51 2015 -0400

    Release 0.1.0

==> git describe --tags --dirty <==
0.1.0-dirty

==> git status <==
HEAD detached at 0.1.0
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   requirements.txt

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	bld.bat
	record.txt

no changes added to commit (use "git add" and/or "git commit -a")

