Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core

Commits:
96a72baa by Abhilash Raj at 2019-02-13T00:18:10Z
Prepare for 3.2.1rc1 release.

- - - - -
26053048 by Abhilash Raj at 2019-02-13T00:18:10Z
Merge branch '3-2-1-release' into 'master'

Prepare for 3.2.1 release.

See merge request mailman/mailman!447
- - - - -


2 changed files:

- src/mailman/docs/NEWS.rst
- src/mailman/version.py


Changes:

=====================================
src/mailman/docs/NEWS.rst
=====================================
@@ -12,6 +12,12 @@ Here is a history of user visible changes to Mailman.
 =====================
 (20xx-xx-xx)
 
+
+
+3.2.1
+=====
+(2019-02-10)
+
 Command line
 ------------
 * The ``mailman import21`` command properly converts all acceptable_aliases


=====================================
src/mailman/version.py
=====================================
@@ -18,8 +18,8 @@
 """Mailman version strings."""
 
 # Mailman version.
-VERSION = '3.2.0+'
-CODENAME = 'Tom Sawyer'
+VERSION = '3.2.1rc1'
+CODENAME = 'La Villa Strangiato'
 
 # And as a hex number in the manner of PY_VERSION_HEX.
 ALPHA = 0xa
@@ -31,10 +31,10 @@ FINAL = 0xf
 
 MAJOR_REV = 3
 MINOR_REV = 2
-MICRO_REV = 0
-REL_LEVEL = FINAL
+MICRO_REV = 1
+REL_LEVEL = RC
 # At most 15 beta releases!
-REL_SERIAL = 0
+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/88d93aee26afaa68151e4450de91adc0166b7553...26053048a4ce3858f2ff6a1173ac2911ee567d8e

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/88d93aee26afaa68151e4450de91adc0166b7553...26053048a4ce3858f2ff6a1173ac2911ee567d8e
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to