Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
Major version bump because of Python 2.7 removal and the unfortunately
large DB migration.

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Dec 13, 2020
1 parent 9a54bf4 commit d3aaec8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion patchwork/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 8 additions & 0 deletions releasenotes/notes/prelude-3_0-5a4905b9df203595.yaml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d3aaec8

Please sign in to comment.