summaryrefslogtreecommitdiff
path: root/patchwork
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-04-05 19:46:58 +0100
committerStephen Finucane <stephen@that.guru>2020-04-05 19:46:58 +0100
commitc71a79fc2effa2f9b9613885e6a0a20d83e0a555 (patch)
tree046b3a106d62a5b36625f997e08f86e3e4c94706 /patchwork
parent027de4bab8ea12926d93ed4bd2c7101c54dc8990 (diff)
downloadpatchwork-c71a79fc2effa2f9b9613885e6a0a20d83e0a555.tar
patchwork-c71a79fc2effa2f9b9613885e6a0a20d83e0a555.tar.gz
Post-release version bump
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 b55d4b3..545a53b 100644
--- a/patchwork/__init__.py
+++ b/patchwork/__init__.py
@@ -5,7 +5,7 @@
from patchwork.version import get_latest_version
-VERSION = (2, 2, 0)
+VERSION = (3, 0, 0, 'alpha', 0)
__version__ = get_latest_version(VERSION)