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


Commits:
c383825a by Abhilash Raj at 2020-04-09T23:36:02-07:00
Prepare for 3.3.1rc1 release.

- - - - -
7e10f2c4 by Abhilash Raj at 2020-04-10T06:46:21+00:00
Merge branch '3.3.1-ready' into 'master'

Prepare for 3.3.1rc1 release.

See merge request mailman/mailman!617
- - - - -


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.1
-=====
+3.3.1rc1
+========
 
-(2020-XX-XX)
+(2020-04-10)
 
 Bugs
 ----


=====================================
src/mailman/version.py
=====================================
@@ -18,7 +18,7 @@
 """Mailman version strings."""
 
 # Mailman version.
-VERSION = '3.3.1'
+VERSION = '3.3.1rc1'
 CODENAME = 'Tom Sawyer'
 
 # And as a hex number in the manner of PY_VERSION_HEX.
@@ -34,7 +34,7 @@ MINOR_REV = 3
 MICRO_REV = 1
 REL_LEVEL = RC
 # At most 15 beta releases!
-REL_SERIAL = FINAL
+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/adc72ef229a0e35d5159ca3587b2793ecff710c8...7e10f2c4f838a8cffb28cf4269fcc7f480cb2ee2

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/adc72ef229a0e35d5159ca3587b2793ecff710c8...7e10f2c4f838a8cffb28cf4269fcc7f480cb2ee2
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