summaryrefslogtreecommitdiff
path: root/src/setuptools_scm/version.py
Commit message (Expand)AuthorAgeFilesLines
* fix #213: better error on nonzero dev versionsRonny Pfannschmidt2020-12-061-1/+7
* fix #471: better error when a simplicistic version bump failsRonny Pfannschmidt2020-11-291-2/+9
* fix #479: better error on unparsable simplified semver versionRonny Pfannschmidt2020-11-291-1/+6
* Add `no-guess-dev` implementation.Pedro Algarvio2020-11-021-0/+7
* utils.py: remove unused utc singletonRasmus Villemoes2020-09-081-1/+1
* version.py: honour SOURCE_DATE_EPOCH for more reproducible buildsRasmus Villemoes2020-09-081-1/+5
* Fix grammarIttussarom Retals Mail Ynohtna2020-08-131-1/+1
* Add a shim with deprecation warning for release_branch_semver()chrisjbillington2020-05-251-0/+10
* Add release-branch-semver to setup.cfgchrisjbillington2020-05-241-1/+1
* Allow guess_next_simple_semver to ignore unneeded partschrisjbillington2020-05-111-10/+6
* Add release-branch-semver schemechrisjbillington2020-05-111-2/+32
* Fix file locationscon-f-use2020-03-181-2/+2
* no-local-version scheme and improved documentationcon-f-use2020-02-071-0/+4
* update pre-commit setup to modern practices and ensure flake8 is in line as w...Ronny Pfannschmidt2019-11-251-6/+7
* remove extras from ScmVersion reprRonny Pfannschmidt2018-08-081-2/+1
* repare changelog and begin warnings crackdownRonny Pfannschmidt2018-08-081-1/+10
* introduce travis jobs and configure egg builds them (#288)v3.0.3Ronny Pfannschmidt2018-07-241-0/+1
* fix #286 - return a list from tags_to_versionsRonny Pfannschmidt2018-07-241-13/+24
* tags_to_version loops reduced to map functionpunkadiddle2018-07-101-6/+1
* removed string formattingpunkadiddle2018-07-101-1/+1
* compatibility fixes for apipunkadiddle2018-07-101-1/+1
* working draft using configuration instance classpunkadiddle2018-07-091-27/+42
* assertion replaced by warningpunkadiddle2018-06-301-4/+9
* warnings on version extractionpunkadiddle2018-06-301-0/+4
* debug output extendedpunkadiddle2018-06-301-1/+1
* tag parsing configurable through tag_regexpunkadiddle2018-06-301-18/+30
* fix #266 and add a unittest for the tag_to_versionRonny Pfannschmidt2018-05-221-2/+10
* sort out latent typeerrorRonny Pfannschmidt2018-05-211-1/+1
* sort out parse_version debugging, fixes #261Ronny Pfannschmidt2018-05-211-7/+7
* switch to src/ layoutRonny Pfannschmidt2018-05-191-0/+249