Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core
Commits: 97ebdbc2 by Abhilash Raj at 2020-11-16T01:18:15+00:00 Version bump post release - - - - - 02b84985 by Abhilash Raj at 2020-11-16T01:18:15+00:00 Merge branch 'version-bump' into 'master' Version bump post release See merge request mailman/mailman!731 - - - - - 2 changed files: - src/mailman/rest/docs/templates.rst - src/mailman/version.py Changes: ===================================== src/mailman/rest/docs/templates.rst ===================================== @@ -517,6 +517,12 @@ below. Here are all the supported template names: to; this corresponds to the ``Reply-To`` header * ``user_email`` - the email address being confirmed +* ``list:user:action:invite`` + The message sent to subscribers when they are invited to join a List. + + * ``user_email`` - the email address being invited. + * ``token`` - the unique confirmation token + * ``list:user:notice:goodbye`` The notice sent to a member when they unsubscribe from a mailing list. ===================================== src/mailman/version.py ===================================== @@ -18,7 +18,7 @@ """Mailman version strings.""" # Mailman version. -VERSION = '3.3.2' +VERSION = '3.3.3b1' CODENAME = 'Tom Sawyer' # And as a hex number in the manner of PY_VERSION_HEX. @@ -32,7 +32,7 @@ FINAL = 0xf MAJOR_REV = 3 MINOR_REV = 3 MICRO_REV = 2 -REL_LEVEL = FINAL +REL_LEVEL = BETA # At most 15 beta releases! REL_SERIAL = 1 View it on GitLab: https://gitlab.com/mailman/mailman/-/compare/551390c4eadb657e54b58c4e3d05b60dee2a3dbe...02b84985b089de16660bb6e482f056834f1f3835 -- View it on GitLab: https://gitlab.com/mailman/mailman/-/compare/551390c4eadb657e54b58c4e3d05b60dee2a3dbe...02b84985b089de16660bb6e482f056834f1f3835 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