aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:18:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 14:18:14 -0400
commitaf4b8f9370b9e18a9f5fe43e17161533e1a31646 (patch)
treee9bfee277a800f44ca2abb9aeae254974e9abd3c /setup.cfg
parenta04851c3e7b7e2b87f62d2de7e54c97c87881fcc (diff)
downloadexternal_python_setuptools-af4b8f9370b9e18a9f5fe43e17161533e1a31646.tar.gz
external_python_setuptools-af4b8f9370b9e18a9f5fe43e17161533e1a31646.tar.bz2
external_python_setuptools-af4b8f9370b9e18a9f5fe43e17161533e1a31646.zip
Follow semver to the letter for simplicity.
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg6
1 files changed, 1 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 72967fa4..6112885d 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,12 +24,8 @@ formats = gztar zip
universal=1
[bumpversion]
-current_version = 20.5
+current_version = 20.5.0
commit = True
tag = True
-parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
-serialize=
- {major}.{minor}.{patch}
- {major}.{minor}
[bumpversion:file:setup.py]