------------------------------------------------------------
revno: 1832
tags: 2.1.30rc1
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Sat 2020-01-11 17:21:48 -0800
message:
Bumped branch version to: 2.1.30rc1
modified:
Mailman/Version.py
--
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 2019-11-08 21:04:52 +0000
+++ Mailman/Version.py 2020-01-12 01:21:48 +0000
@@ -16,7 +16,7 @@
# USA.
# Mailman version
-VERSION = '2.1.29'
+VERSION = '2.1.30rc1'
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -28,10 +28,10 @@
MAJOR_REV = 2
MINOR_REV = 1
-MICRO_REV = 29
-REL_LEVEL = FINAL
+MICRO_REV = 30
+REL_LEVEL = GAMMA
# at most 15 beta releases!
-REL_SERIAL = 0
+REL_SERIAL = 1
HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
(REL_LEVEL << 4) | (REL_SERIAL << 0))
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org