summaryrefslogtreecommitdiff
path: root/patchwork/__init__.py
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-05-16 14:42:41 +0100
committerStephen Finucane <stephen@that.guru>2018-05-21 10:46:05 -0700
commitd0ea6fa154a644cb819b7a22e546139335069a25 (patch)
treed53e551a86e51afadd8d775e935bf36fa6c5e4fd /patchwork/__init__.py
parente53137ce005e99da99274b2affe146aa779d7cdf (diff)
downloadpatchwork-d0ea6fa154a644cb819b7a22e546139335069a25.tar
patchwork-d0ea6fa154a644cb819b7a22e546139335069a25.tar.gz
Patchwork v2.1.0-rc2
Signed-off-by: Stephen Finucane <stephen@that.guru> Acked-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'patchwork/__init__.py')
-rw-r--r--patchwork/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/__init__.py b/patchwork/__init__.py
index d145a4d..4f10b4c 100644
--- a/patchwork/__init__.py
+++ b/patchwork/__init__.py
@@ -19,7 +19,7 @@
from patchwork.version import get_latest_version
-VERSION = (2, 1, 0, 'rc', 1)
+VERSION = (2, 1, 0, 'rc', 2)
__version__ = get_latest_version(VERSION)