summaryrefslogtreecommitdiff
path: root/patchwork
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-12-27 18:11:13 +0000
committerStephen Finucane <stephen@that.guru>2019-12-27 18:11:13 +0000
commitf45ebc99b5393447125ba544d76fb5c26b735166 (patch)
tree3dfe1fedee7432235459fb5c708eb4fecd13bb8e /patchwork
parent7dea5fec0e08fe3352bfe7960d2e20947f61b897 (diff)
downloadpatchwork-f45ebc99b5393447125ba544d76fb5c26b735166.tar
patchwork-f45ebc99b5393447125ba544d76fb5c26b735166.tar.gz
Patchwork v2.2.0-rc1
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'patchwork')
-rw-r--r--patchwork/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/__init__.py b/patchwork/__init__.py
index fc97dad..1a1c0bf 100644
--- a/patchwork/__init__.py
+++ b/patchwork/__init__.py
@@ -5,7 +5,7 @@
from patchwork.version import get_latest_version
-VERSION = (2, 2, 0, 'alpha', 0)
+VERSION = (2, 2, 0, 'rc', 1)
__version__ = get_latest_version(VERSION)