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

Commits:
b73de709 by Abhilash Raj at 2019-02-22T18:04:44Z
Change the version to 3.2.1

- - - - -
285e9a1c by Abhilash Raj at 2019-02-22T18:04:44Z
Merge branch '3-2-1' into 'master'

Change the version to 3.2.1

See merge request mailman/mailman!456
- - - - -


1 changed file:

- src/mailman/version.py


Changes:

=====================================
src/mailman/version.py
=====================================
@@ -18,7 +18,7 @@
 """Mailman version strings."""
 
 # Mailman version.
-VERSION = '3.2.1rc1'
+VERSION = '3.2.1'
 CODENAME = 'La Villa Strangiato'
 
 # And as a hex number in the manner of PY_VERSION_HEX.
@@ -34,7 +34,7 @@ MINOR_REV = 2
 MICRO_REV = 1
 REL_LEVEL = RC
 # At most 15 beta releases!
-REL_SERIAL = 1
+REL_SERIAL = FINAL
 
 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/985517ceb6904e3b7c07ea4121221fb2243468b7...285e9a1c4bed1b4c0575ae586c6cfba3494b7a89

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/985517ceb6904e3b7c07ea4121221fb2243468b7...285e9a1c4bed1b4c0575ae586c6cfba3494b7a89
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