Skip to content

Commit d3aaec8

Browse files
committed
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>
1 parent 9a54bf4 commit d3aaec8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

patchwork/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from patchwork.version import get_latest_version
77

8-
VERSION = (3, 0, 0, 'alpha', 0)
8+
VERSION = (3, 0, 0)
99

1010
__version__ = get_latest_version(VERSION)
1111

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
prelude: |
3+
There are two main changes in this release: the removal of Python 2.7 support
4+
and the resolution of the longstanding performance issues introduced by the
5+
``Submission`` model. On top of this, there is the usual bump in
6+
requirements, a significant amount of fixes to the documentation for the
7+
REST API, and the squashing of all migrations introduced in versions up to
8+
and including v2.2.0.

0 commit comments

Comments
 (0)