Skip to content

Commit 35fe9e0

Browse files
Update to rc12 to validate release candidate with new publishing pipeline.
1 parent 3b9eb20 commit 35fe9e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wrapt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def _format_version(parts):
99
suffix = parts[3]
1010
return f"{base}.{suffix}" if suffix.startswith(("dev", "post")) else f"{base}{suffix}"
1111

12-
__version_info__ = ("2", "2", "0", "dev1")
12+
__version_info__ = ("2", "2", "0", "rc12")
1313
__version__ = _format_version(__version_info__)
1414

1515
from .__wrapt__ import (

0 commit comments

Comments
 (0)