Skip to content

Commit b3c9b01

Browse files
committed
Release 2.0.1
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 53f3977 commit b3c9b01

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

patchwork/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from patchwork.version import get_latest_version
2121

22-
VERSION = (2, 0, 1, 'alpha', 0)
22+
VERSION = (2, 0, 1, 'final', 0)
2323

2424
__version__ = get_latest_version(VERSION)
2525

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
fixes:
3+
- |
4+
Handle requests for pages out of range.
5+
- |
6+
Fix SQL permissions scripts for tables and columns added in 2.0.
7+
- |
8+
Fix filtering of projects by name
9+
- |
10+
Fix "add to bundle" dropdown
11+
- |
12+
Performance improvements for the XML-RPC API

0 commit comments

Comments
 (0)