==> git log -n1 <==
commit 28ab65b27568dbd0d9aa2332fc916926bf74a5b1
Author: Thomas Kluyver <thomas@kluyver.me.uk>
Date:   Tue Mar 29 15:49:29 2016 -0700

    Version number -> 0.2

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

==> git status <==
HEAD detached at 0.2
Untracked files:
  (use "git add <file>..." to include in what will be committed)

	bld.bat

nothing added to commit but untracked files present (use "git add" to track)

