2014-09-02 09:35:42 +00:00
|
|
|
# Configuration file for the versioneer lookup, manually mapping tags based on branches
|
|
|
|
|
#
|
|
|
|
|
# Format is
|
|
|
|
|
#
|
|
|
|
|
# <branch-regex> <tag> <reference commit>
|
|
|
|
|
#
|
|
|
|
|
# The file is processed from top to bottom, the first matching line wins. If <tag> or <reference commit> are left out,
|
|
|
|
|
# the lookup table does not apply to the matched branches
|
|
|
|
|
|
2015-06-25 09:00:14 +00:00
|
|
|
# master shall not use the lookup table, only tags
|
2014-09-02 09:35:42 +00:00
|
|
|
master
|
|
|
|
|
|
2015-10-20 12:54:16 +00:00
|
|
|
# maintenance is currently the branch for preparation of maintenance release 1.2.8
|
2015-06-25 09:00:14 +00:00
|
|
|
# so are any fix/... branches
|
2015-06-30 12:57:39 +00:00
|
|
|
maintenance 1.2.8 6c622f7c4332b71c6ece59552ffc87c146155c84 pep440-dev
|
|
|
|
|
fix/.* 1.2.8 6c622f7c4332b71c6ece59552ffc87c146155c84 pep440-dev
|
2014-09-02 09:35:42 +00:00
|
|
|
|
2015-09-01 06:58:57 +00:00
|
|
|
# Special case disconnected checkouts, e.g. 'git checkout <tag>'
|
2015-09-02 08:03:39 +00:00
|
|
|
\(detached.*
|
2015-09-01 06:58:57 +00:00
|
|
|
|
2015-06-25 08:50:54 +00:00
|
|
|
# every other branch is a development branch and thus gets resolved to 1.3.0-dev for now
|
2015-06-30 12:57:39 +00:00
|
|
|
.* 1.3.0 198d3450d94be1a2 pep440-dev
|