Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core
Commits:
99708f0a by Abhilash Raj at 2020-10-14T20:50:11-07:00
Bump version to rc2.
Since there was an error with the uploaded rc1 artifact.
- - - - -
489b2a77 by Abhilash Raj at 2020-10-15T04:12:33+00:00
Merge branch 'version' into 'master'
Bump version to rc2.
See merge request mailman/mailman!717
- - - - -
2 changed files:
- src/mailman/docs/NEWS.rst
- src/mailman/version.py
Changes:
=====================================
src/mailman/docs/NEWS.rst
=====================================
@@ -8,7 +8,7 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
-3.3.2rc1
+3.3.2rc2
========
(2020-10-14)
=====================================
src/mailman/version.py
=====================================
@@ -18,7 +18,7 @@
"""Mailman version strings."""
# Mailman version.
-VERSION = '3.3.2rc1'
+VERSION = '3.3.2rc2'
CODENAME = 'Tom Sawyer'
# And as a hex number in the manner of PY_VERSION_HEX.
@@ -34,7 +34,7 @@ MINOR_REV = 3
MICRO_REV = 2
REL_LEVEL = RC
# At most 15 beta releases!
-REL_SERIAL = 1
+REL_SERIAL = 2
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/195b339d33c5f1c9517defbb5cc77b232e745c1b...489b2a7717939cf9a4313ec48726cc7cd9537e95
--
View it on GitLab:
https://gitlab.com/mailman/mailman/-/compare/195b339d33c5f1c9517defbb5cc77b232e745c1b...489b2a7717939cf9a4313ec48726cc7cd9537e95
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: [email protected]