[PATCH v2 2/2] Patchwork v2.1.0-rc1
Daniel Axtens
dja at axtens.net
Sun Apr 15 02:58:08 AEST 2018
Signed-off-by: Daniel Axtens <dja at axtens.net>
---
patchwork/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patchwork/__init__.py b/patchwork/__init__.py
index 98e9b21d066f..d145a4dbce67 100644
--- a/patchwork/__init__.py
+++ b/patchwork/__init__.py
@@ -19,7 +19,7 @@
from patchwork.version import get_latest_version
-VERSION = (2, 1, 0, 'alpha', 0)
+VERSION = (2, 1, 0, 'rc', 1)
__version__ = get_latest_version(VERSION)
--
2.14.1
More information about the Patchwork
mailing list