Barry Warsaw pushed to branch master at mailman / Mailman
Commits: fb74d9c9 by Barry Warsaw at 2017-05-25T21:34:05+00:00 3.1rc2 - - - - - 069e3935 by Barry Warsaw at 2017-05-25T21:34:05+00:00 Merge branch 'rc2' into 'master' 3.1rc2 See merge request !284 - - - - - 1 changed file: - src/mailman/version.py Changes: ===================================== 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.0rc1' +VERSION = '3.1.0rc2' CODENAME = 'Between The Wheels' # And as a hex number in the manner of PY_VERSION_HEX. @@ -34,7 +34,7 @@ MINOR_REV = 1 MICRO_REV = 0 REL_LEVEL = GAMMA # 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/792f1eb7d511b3b4ec8564c9fcbfc87acd0de9a4...069e393512ec87da50ed0cca767f433a9358bbb0 --- View it on GitLab: https://gitlab.com/mailman/mailman/compare/792f1eb7d511b3b4ec8564c9fcbfc87acd0de9a4...069e393512ec87da50ed0cca767f433a9358bbb0 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