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

Commits:
ed06265e by Barry Warsaw at 2015-11-13T15:18:25Z
Freeze 3.0.1

- - - - -


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,9 +8,9 @@ Copyright (C) 1998-2015 by the Free Software Foundation, Inc.
 Here is a history of user visible changes to Mailman.
 
 
-3.0.1
-=====
-(2015-XX-XX)
+3.0.1 -- "Show Don't Tell"
+==========================
+(2015-11-13)
 
 Bugs
 ----
@@ -54,6 +54,7 @@ Bugs
  * Fix ``UnicodeEncodeError`` in the hold chain when sending the authorization
    email to the mailing list moderators.  (Closes: #144)
 
+
 3.0.0 -- "Show Don't Tell"
 ==========================
 (2015-04-28)


=====================================
src/mailman/version.py
=====================================
--- a/src/mailman/version.py
+++ b/src/mailman/version.py
@@ -31,10 +31,10 @@ FINAL = 0xf
 
 MAJOR_REV = 3
 MINOR_REV = 0
-MICRO_REV = 0
+MICRO_REV = 1
 REL_LEVEL = FINAL
 # At most 15 beta releases!
-REL_SERIAL = 1
+REL_SERIAL = 0
 
 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
                (REL_LEVEL << 4)  | (REL_SERIAL << 0))



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

Reply via email to