Barry Warsaw pushed to branch release-3.0 at mailman / Mailman
Commits: 53811064 by Barry Warsaw at 2016-03-29T20:03:35-04:00 Post-release 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-2016 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +3.0.4 -- "Show Don't Tell" +========================== +(2016-XX-XX) + + 3.0.3 -- "Show Don't Tell" ========================== (2016-03-29) ===================================== 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.0.3' +VERSION = '3.0.3+' CODENAME = "Show Don't Tell" # And as a hex number in the manner of PY_VERSION_HEX. @@ -31,7 +31,7 @@ FINAL = 0xf MAJOR_REV = 3 MINOR_REV = 0 -MICRO_REV = 3 +MICRO_REV = 4 REL_LEVEL = FINAL # At most 15 beta releases! REL_SERIAL = 0 View it on GitLab: https://gitlab.com/mailman/mailman/commit/53811064caf671558fba03fc5b2bc2153d63f8ff
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org