summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-30 08:40:47 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-04-30 08:40:47 -0400
commite2589bfe9c372864375703eb1e0a27ef16770171 (patch)
treedfb51aa1186dab939abeb90e3da6e24a2b4218f3
parent7b9094b531881f4c7260f6b91cf63ecdb9f5819c (diff)
downloadcherrypy-e2589bfe9c372864375703eb1e0a27ef16770171.tar.gz
Add bumpversion config for managing bumping of versions
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 182e15e2..d015d5c7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,3 +14,10 @@ nocapture=True
[egg_info]
tag_build = .post
tag_date = 1
+
+[bumpversion]
+current_version = 5.1.0
+commit = True
+tag = True
+
+[bumpversion:file:setup.py]