------------------------------------------------------------
revno: 1357
tags: 2.1.15
committer: Mark Sapiro <msap...@value.net>
branch nick: 2.1
timestamp: Wed 2012-06-13 06:30:11 -0700
message:
  Bumped for 2.1.15 release.
modified:
  Mailman/Version.py
  NEWS


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Version.py'
--- Mailman/Version.py	2012-05-16 03:35:44 +0000
+++ Mailman/Version.py	2012-06-13 13:30:11 +0000
@@ -16,7 +16,7 @@
 # USA.
 
 # Mailman version
-VERSION = '2.1.15rc1'
+VERSION = '2.1.15'
 
 # And as a hex number in the manner of PY_VERSION_HEX
 ALPHA = 0xa
@@ -29,9 +29,9 @@
 MAJOR_REV = 2
 MINOR_REV = 1
 MICRO_REV = 15
-REL_LEVEL = GAMMA
+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))

=== modified file 'NEWS'
--- NEWS	2012-05-16 03:35:44 +0000
+++ NEWS	2012-06-13 13:30:11 +0000
@@ -5,7 +5,7 @@
 
 Here is a history of user visible changes to Mailman.
 
-2.1.15rc1 (15-May-2012)
+2.1.15 (13-Jun-2012)
 
   Security
 

_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to