summaryrefslogtreecommitdiff
path: root/setuptools_scm/version.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor to detect for callability instead of string types, letting the duck ...hotfix/issue-179Jason R. Coombs2017-09-031-5/+6
* actually pass along preformattedRonny Pfannschmidt2017-04-081-1/+1
* switch an assert for a traceRonny Pfannschmidt2017-04-081-1/+2
* fix spelling of preformattedRonny Pfannschmidt2017-04-081-7/+8
* add forgotten attribute that i missed thanks to local stateRonny Pfannschmidt2017-04-081-0/+1
* try to fix #167 by introducing a preformated flagRonny Pfannschmidt2017-04-081-2/+11
* Merge pull request #163 from RonnyPfannschmidt/fix-150v1.15.3Ronny Pfannschmidt2017-04-071-0/+5
|\
| * strip local components off tags, fixes #150Ronny Pfannschmidt2017-04-071-0/+5
* | Use per-SCM node prefix letters instead of the general "n"Sebastian Schuberth2017-03-041-1/+1
|/
* fix #138 - add support for the pip-egg-info folderRonny Pfannschmidt2017-02-071-0/+1
* Strip any local part of the tag from the version when guessing the next versi...Jason R. Coombs2016-10-261-1/+6
* Extract functions for each bump technique.Jason R. Coombs2016-10-261-7/+16
* Calculate the suffix in one place.Jason R. Coombs2016-10-261-2/+3
* fix #107 - dont use node if it is noneRonny Pfannschmidt2016-10-121-1/+1
* Update comment for previous changeBrian May2016-01-171-0/+1
* Ensure we call tag_to_versionBrian May2016-01-141-1/+1
* simplify callable_or_entrypoint(group, callable_or_name)Ronny Pfannschmidt2015-11-281-2/+2
* Merge branch 'master' into cleanupRonny Pfannschmidt2015-09-171-2/+4
|\
| * Do not use stdout for reporting wrong setuptoolsHolger Peters2015-09-171-2/+4
* | simplify version string formating by adding a utility methodRonny Pfannschmidt2015-09-171-13/+7
|/
* support working with setuptools pre-12, fixes #20 #21 and #23Ronny Pfannschmidt2015-02-261-2/+16
* fix various minor issues with versin numberingRonny Pfannschmidt2015-02-211-2/+3
* make version construction pluggableRonny Pfannschmidt2015-02-211-2/+5
* pluggable versioning schemesRonny Pfannschmidt2015-02-211-42/+109
* create a package, return to self-use, split moduleRonny Pfannschmidt2015-02-171-0/+55