summaryrefslogtreecommitdiff
path: root/patchwork
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-10-04 12:18:11 +0100
committerStephen Finucane <stephen@that.guru>2020-12-13 20:23:07 +0000
commitd3aaec83559c9575fff85fb4c743ce5330eb96ff (patch)
tree98a6b3c777b9c7d1d54bff3244367c306e108049 /patchwork
parent9a54bf4bfc54bda784db61035874db99cdc97e62 (diff)
downloadpatchwork-d3aaec83559c9575fff85fb4c743ce5330eb96ff.tar
patchwork-d3aaec83559c9575fff85fb4c743ce5330eb96ff.tar.gz
Release 3.0.0
Major version bump because of Python 2.7 removal and the unfortunately large DB migration. 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 545a53b..6fb5472 100644
--- a/patchwork/__init__.py
+++ b/patchwork/__init__.py
@@ -5,7 +5,7 @@
from patchwork.version import get_latest_version
-VERSION = (3, 0, 0, 'alpha', 0)
+VERSION = (3, 0, 0)
__version__ = get_latest_version(VERSION)