aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-02-27 23:36:55 +0000
committerDaniel Axtens <dja@axtens.net>2020-03-16 11:57:48 +1100
commit3cc21f320f0de13c9df897204fc512458b658d05 (patch)
treee51f78ce37c90183878afb1eb3069d4ae5529de6
parent83f364aad66c35e31df8d0871ec2b62016eba337 (diff)
downloadpatchwork-3cc21f320f0de13c9df897204fc512458b658d05.tar
patchwork-3cc21f320f0de13c9df897204fc512458b658d05.tar.gz
Patchwork v2.2.0-rc2
Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Daniel Axtens <dja@axtens.net>
-rw-r--r--patchwork/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/__init__.py b/patchwork/__init__.py
index 1a1c0bf..0e15bca 100644
--- a/patchwork/__init__.py
+++ b/patchwork/__init__.py
@@ -5,7 +5,7 @@
from patchwork.version import get_latest_version
-VERSION = (2, 2, 0, 'rc', 1)
+VERSION = (2, 2, 0, 'rc', 2)
__version__ = get_latest_version(VERSION)