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:
authorAnthony Johnson <aj@ohess.org>2020-05-06 23:53:43 +0300
committerAnthony Johnson <aj@ohess.org>2020-05-06 23:53:43 +0300
commitb4769ec0ae204515a6d990b5c372a4fb50728bdc (patch)
tree5e4deac17da8b24157b23829fbbfd8c819fb8fc2 /setup.cfg
parent512ad422d112d6681f716322e180e423f304387c (diff)
Start off with 0.4.3alpha1
We use a 1-based indexing for dev part as `rc0` sounds funny. This was also a test commit of the change.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg18
1 files changed, 9 insertions, 9 deletions
diff --git a/setup.cfg b/setup.cfg
index 7f08aba..37298e8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,12 @@
+[bumpversion]
+current_version = 0.4.3alpha1
+commit = false
+tag = false
+parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<dev>\d+))?
+serialize =
+ {major}.{minor}.{patch}{release}{dev}
+ {major}.{minor}.{patch}
+
[bdist_wheel]
universal = 1
@@ -21,15 +30,6 @@ output_dir = sphinx_rtd_theme/locale/
domain = sphinx
directory = sphinx_rtd_theme/locale/
-[bumpversion]
-current_version = 0.4.3alpha0
-commit = false
-tag = false
-parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<dev>\d+))?
-serialize =
- {major}.{minor}.{patch}{release}{dev}
- {major}.{minor}.{patch}
-
[bumpversion:part:release]
optional_value = release
first_value = alpha