Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
stephenfin committed Jul 15, 2022
1 parent 3f79d5a commit e6c02e9
Show file tree
Hide file tree
Showing 2 changed files with 10 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,6 +5,6 @@

from patchwork.version import get_latest_version

VERSION = (3, 1, 0, 'alpha', 0)
VERSION = (3, 1, 0)

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

0 comments on commit e6c02e9

Please sign in to comment.