Barry Warsaw pushed to branch release-3.1 at mailman / Mailman
Commits: fff6287a by Barry Warsaw at 2017-06-04T12:16:51-04:00 Post release version bump. - - - - - 2 changed files: - src/mailman/docs/NEWS.rst - src/mailman/version.py Changes: ===================================== src/mailman/docs/NEWS.rst ===================================== --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -8,6 +8,11 @@ Copyright (C) 1998-2017 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +3.1.1 +===== +(201X-XX-XXX) + + 3.1.0 -- "Between The Wheels" ============================= (2017-05-25) ===================================== src/mailman/version.py ===================================== --- a/src/mailman/version.py +++ b/src/mailman/version.py @@ -18,7 +18,7 @@ """Mailman version strings.""" # Mailman version. -VERSION = '3.1.0' +VERSION = '3.1.0+' CODENAME = 'Between The Wheels' # And as a hex number in the manner of PY_VERSION_HEX. @@ -31,8 +31,8 @@ FINAL = 0xf MAJOR_REV = 3 MINOR_REV = 1 -MICRO_REV = 0 -REL_LEVEL = FINAL +MICRO_REV = 1 +REL_LEVEL = ALPHA # At most 15 beta releases! REL_SERIAL = 0 View it on GitLab: https://gitlab.com/mailman/mailman/commit/fff6287a09d1b870cf31b159e61646d959d0293b --- View it on GitLab: https://gitlab.com/mailman/mailman/commit/fff6287a09d1b870cf31b159e61646d959d0293b 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