]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 3.0.0 v3.0.0
authorStephen Finucane <stephen@that.guru>
Sun, 4 Oct 2020 11:18:11 +0000 (12:18 +0100)
committerStephen Finucane <stephen@that.guru>
Sun, 13 Dec 2020 20:23:07 +0000 (20:23 +0000)
Major version bump because of Python 2.7 removal and the unfortunately
large DB migration.

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py
releasenotes/notes/prelude-3_0-5a4905b9df203595.yaml [new file with mode: 0644]

index 545a53bb2717ec3ed47d1489390cd526e11d418c..6fb5472861f66935f5a4cecc26bb3d42bd9eea12 100644 (file)
@@ -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)
 
diff --git a/releasenotes/notes/prelude-3_0-5a4905b9df203595.yaml b/releasenotes/notes/prelude-3_0-5a4905b9df203595.yaml
new file mode 100644 (file)
index 0000000..7edaffd
--- /dev/null
@@ -0,0 +1,8 @@
+---
+prelude: |
+  There are two main changes in this release: the removal of Python 2.7 support
+  and the resolution of the longstanding performance issues introduced by the
+  ``Submission`` model. On top of this, there is the usual bump in
+  requirements, a significant amount of fixes to the documentation for the
+  REST API, and the squashing of all migrations introduced in versions up to
+  and including v2.2.0.