]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Release 3.1.0 v3.1.0
authorStephen Finucane <stephen@that.guru>
Fri, 15 Jul 2022 16:14:57 +0000 (17:14 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 15 Jul 2022 16:15:00 +0000 (17:15 +0100)
A smaller release including a new API version (v1.3) and changes to the
supported Python and Django versions.

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/__init__.py
releasenotes/notes/prelude-3_1-2a3c55edcd2a5a38.yaml [new file with mode: 0644]

index bc6cf92bdaec4060210b2bc0597e74aa9364724f..abe88ec6bb093230725cf7afea5f5c9ea1016e34 100644 (file)
@@ -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)
diff --git a/releasenotes/notes/prelude-3_1-2a3c55edcd2a5a38.yaml b/releasenotes/notes/prelude-3_1-2a3c55edcd2a5a38.yaml
new file mode 100644 (file)
index 0000000..aab34f2
--- /dev/null
@@ -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.