Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Dec 3, 2017
1 parent 53f3977 commit b3c9b01
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -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)

Expand Down
12 changes: 12 additions & 0 deletions releasenotes/notes/patchwork-2-0-1-d6407dbe122e89b1.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b3c9b01

Please sign in to comment.