Skip to content

Commit e6c02e9

Browse files
committed
Release 3.1.0
A smaller release including a new API version (v1.3) and changes to the supported Python and Django versions. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 3f79d5a commit e6c02e9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

patchwork/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
from patchwork.version import get_latest_version
77

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

1010
__version__ = get_latest_version(VERSION)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
prelude: >
3+
This release is one of the smaller releases. The primary new feature is
4+
the ability to mark comments as addressed/unaddressed, allowing maintainers
5+
to track work items. In addition, two new events have been added to the
6+
``/events`` API: ``cover-comment-created`` and ``patch-comment-created``.
7+
Recent versions of Python (3.10) and Django (3.2, 4.0) are now supported,
8+
while support for older Python (3.6) and Django (2.2, 3.0, 3.1) versions
9+
has been removed. More information on all the above is included below.

0 commit comments

Comments
 (0)