==> git log -n1 <==
commit 263e283bce209ec7a6e4517828a31839545f2e8a
Merge: 78540f5 fe67be0
Author: Jeff Whitaker <jswhit@fastmail.fm>
Date:   Sat Dec 29 07:47:54 2018 -0700

    Merge pull request #154 from jswhit/v1.9.6rel
    
    1.9.6 release
==> git describe --tags --dirty <==
v1.9.6rel-dirty
==> git status <==
HEAD detached at v1.9.6rel
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:   lib/pyproj/datadir.py

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

	_proj.html
	conda_build.sh
	lib/pyproj/datadir.py.save
	record.txt

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