summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-10-04 12:19:00 +0100
committerStephen Finucane <stephen@that.guru>2020-12-13 20:23:15 +0000
commit44984e9f856af1fec29e6e536778e4bcaf87a1b4 (patch)
tree26af9a8ba9ad0796e0d071ca0b7fc5fd558edbb8
parentd3aaec83559c9575fff85fb4c743ce5330eb96ff (diff)
downloadpatchwork-44984e9f856af1fec29e6e536778e4bcaf87a1b4.tar
patchwork-44984e9f856af1fec29e6e536778e4bcaf87a1b4.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 6fb5472..bf4fbef 100644
--- a/patchwork/__init__.py
+++ b/patchwork/__init__.py
@@ -5,7 +5,7 @@
from patchwork.version import get_latest_version
-VERSION = (3, 0, 0)
+VERSION = (3, 1, 0, 'alpha', 0)
__version__ = get_latest_version(VERSION)