Commit 2eaddc53 authored by Abhilash Raj's avatar Abhilash Raj
Browse files

Merge branch 'new-release' into 'master'

Prepare for next release - 3.3.7

See merge request !1056
parents 796f3919 d8cd7c74
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@ Here is a history of user visible changes to Mailman.
3.3.7
=====

(2022-11-10)

**BREAKING CHANGE**: When using PostgreSQL database with Mailman, starting with
Mailman Core 3.3.7 (due to bump in SQLAlchemy 1.4+), the urls in ``[database]``
section will require ``postgresql`` as the scheme. Previously, ``postgres`` was
+2 −2
Original line number Diff line number Diff line
@@ -31,8 +31,8 @@ FINAL = 0xf

MAJOR_REV = 3
MINOR_REV = 3
MICRO_REV = 6
REL_LEVEL = ALPHA
MICRO_REV = 7
REL_LEVEL = FINAL
# At most 15 beta releases!
REL_SERIAL = 1