We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e6f8e commit 771c0adCopy full SHA for 771c0ad
patchwork/__init__.py
@@ -19,7 +19,7 @@
19
20
from patchwork.version import get_latest_version
21
22
-VERSION = (2, 1, 0, 'alpha', 0)
+VERSION = (2, 1, 0, 'rc', 1)
23
24
__version__ = get_latest_version(VERSION)
25
0 commit comments