Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core
Commits: 6d0b61e1 by Abhilash Raj at 2020-11-06T16:51:03-08:00 Prepare for 3.3.2 release. - - - - - 06f8e366 by Abhilash Raj at 2020-11-07T01:18:36+00:00 Merge branch 'release' into 'master' Prepare for 3.3.2 release. See merge request mailman/mailman!727 - - - - - 2 changed files: - src/mailman/docs/NEWS.rst - src/mailman/version.py Changes: ===================================== src/mailman/docs/NEWS.rst ===================================== @@ -8,10 +8,10 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -3.3.2rc2 -======== +3.3.2 +===== -(2020-10-14) +(2020-11-6) Bugs ---- ===================================== src/mailman/version.py ===================================== @@ -18,7 +18,7 @@ """Mailman version strings.""" # Mailman version. -VERSION = '3.3.2rc2' +VERSION = '3.3.2' CODENAME = 'Tom Sawyer' # And as a hex number in the manner of PY_VERSION_HEX. @@ -32,9 +32,9 @@ FINAL = 0xf MAJOR_REV = 3 MINOR_REV = 3 MICRO_REV = 2 -REL_LEVEL = RC +REL_LEVEL = FINAL # At most 15 beta releases! -REL_SERIAL = 2 +REL_SERIAL = 1 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) | (REL_LEVEL << 4) | (REL_SERIAL << 0)) # noqa: E221 View it on GitLab: https://gitlab.com/mailman/mailman/-/compare/cb286cd1814dbd3146ccbe9ff7ddeaef8497d15b...06f8e366cb008ed41595f1948808352fc7be80ed -- View it on GitLab: https://gitlab.com/mailman/mailman/-/compare/cb286cd1814dbd3146ccbe9ff7ddeaef8497d15b...06f8e366cb008ed41595f1948808352fc7be80ed You're receiving this email because of your account on gitlab.com.
_______________________________________________ Mailman-checkins mailing list -- mailman-checkins@python.org To unsubscribe send an email to mailman-checkins-le...@python.org https://mail.python.org/mailman3/lists/mailman-checkins.python.org/ Member address: arch...@jab.org