Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-04-09 03:40:33 +0300
committerGitHub <noreply@github.com>2021-04-09 03:40:33 +0300
commit2f12da38c64516fd71fb17d2ff274be025d85910 (patch)
tree58b09dbbb346aab456eb0fb5405610d54c9377c8 /setup.cfg
parent9df65f15c5f62ac5a847c505f559c00586316936 (diff)
Add Missing version bumps for 0.5.2 (#1120)
Found while looking into #1117
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index fcbf17d..8bb0f79 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.5.1
+current_version = 0.5.2
commit = false
tag = false
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<dev>\d+))?