Skip to content

Commit d0ea6fa

Browse files
committed
Patchwork v2.1.0-rc2
Signed-off-by: Stephen Finucane <[email protected]> Acked-by: Daniel Axtens <[email protected]>
1 parent e53137c commit d0ea6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchwork/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from patchwork.version import get_latest_version
2121

22-
VERSION = (2, 1, 0, 'rc', 1)
22+
VERSION = (2, 1, 0, 'rc', 2)
2323

2424
__version__ = get_latest_version(VERSION)
2525

0 commit comments

Comments
 (0)