From: Stephen Finucane Date: Sun, 3 Dec 2017 23:01:34 +0000 (+0000) Subject: Release 2.0.1 X-Git-Tag: v2.0.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3c9b0121862771359065ef4374f66e33834e2b6;p=thirdparty%2Fpatchwork.git Release 2.0.1 Signed-off-by: Stephen Finucane --- diff --git a/patchwork/__init__.py b/patchwork/__init__.py index 6e5f1517..8ee59a11 100644 --- a/patchwork/__init__.py +++ b/patchwork/__init__.py @@ -19,7 +19,7 @@ from patchwork.version import get_latest_version -VERSION = (2, 0, 1, 'alpha', 0) +VERSION = (2, 0, 1, 'final', 0) __version__ = get_latest_version(VERSION) diff --git a/releasenotes/notes/patchwork-2-0-1-d6407dbe122e89b1.yaml b/releasenotes/notes/patchwork-2-0-1-d6407dbe122e89b1.yaml new file mode 100644 index 00000000..bfa78d9c --- /dev/null +++ b/releasenotes/notes/patchwork-2-0-1-d6407dbe122e89b1.yaml @@ -0,0 +1,12 @@ +--- +fixes: + - | + Handle requests for pages out of range. + - | + Fix SQL permissions scripts for tables and columns added in 2.0. + - | + Fix filtering of projects by name + - | + Fix "add to bundle" dropdown + - | + Performance improvements for the XML-RPC API