Barry Warsaw pushed to branch release-3.0 at mailman / Mailman

Commits:
b66d710d by Barry Warsaw at 2015-11-15T14:44:31Z
Prep for 3.0.2.

- - - - -


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-2015 by the Free Software Foundation, Inc.
 Here is a history of user visible changes to Mailman.
 
 
+3.0.2 -- "Show Don't Tell"
+==========================
+(201X-XX-XX)
+
+
 3.0.1 -- "Show Don't Tell"
 ==========================
 (2015-11-13)


=====================================
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.1'
+VERSION = '3.0.1+'
 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 = 1
+MICRO_REV = 2
 REL_LEVEL = FINAL
 # At most 15 beta releases!
 REL_SERIAL = 0



View it on GitLab: 
https://gitlab.com/mailman/mailman/commit/b66d710da04c60d2bbd3fff629126ea50297fbe3
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to