From 6208722bcc67f79a12f0063ecfd5b3f1e08c28ca Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Thu, 22 Jun 2023 16:22:49 +0200 Subject: [PATCH] Bump bumpver to 2023.1124 (#427) In order to use https://github.com/mbarkhau/bumpver/pull/207 for backport compatibility support for branch `support-23.04.x`. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fbcbefb0e..0a124d74e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ python_requires = >=3.8 [options.extras_require] dev = - bumpver~=2023.1121 + bumpver~=2023.1124 pre-commit~=2.20 test = file: requirements_test.txt