Merge pull request #1041 from koenkooi/detached-checkouts

versioneer lookup: add support for detached checkouts
This commit is contained in:
Gina Häußge 2015-09-01 09:33:16 +02:00
commit 65ee0ccd2f

View file

@ -15,5 +15,8 @@ master
maintenance 1.2.6 96fc70bdb2dd74ba04c3071f70da385b0408904a
fix/.* 1.2.6 96fc70bdb2dd74ba04c3071f70da385b0408904a
# Special case disconnected checkouts, e.g. 'git checkout <tag>'
(detached.*
# every other branch is a development branch and thus gets resolved to 1.3.0-dev for now
.* 1.3.0 198d3450d94be1a2 pep440-dev