aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-06-19 22:21:16 +0100
committerStephen Finucane <stephen@that.guru>2018-06-19 22:30:50 +0100
commit386da625ceffaa62e0eca38d6d3605c56fe072dd (patch)
treec7b63f48da93a2211d23b8139871370bca62e574
parent2f89ef6054779f537bd711e6ea5b199390cd7596 (diff)
downloadpatchwork-386da625ceffaa62e0eca38d6d3605c56fe072dd.tar
patchwork-386da625ceffaa62e0eca38d6d3605c56fe072dd.tar.gz
Post-release version bump
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r--patchwork/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/__init__.py b/patchwork/__init__.py
index 0f7a669..c0a4a86 100644
--- a/patchwork/__init__.py
+++ b/patchwork/__init__.py
@@ -19,7 +19,7 @@
from patchwork.version import get_latest_version
-VERSION = (2, 1, 0)
+VERSION = (2, 2, 0, 'alpha', 0)
__version__ = get_latest_version(VERSION)