Loading src/mailman/docs/NEWS.rst +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading src/mailman/version.py +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/mailman/docs/NEWS.rst +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
src/mailman/version.py +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading