Barry Warsaw pushed to branch master at mailman / Mailman

Commits:
9459346f by Barry Warsaw at 2017-01-06T19:07:59-05:00
Bump to beta 2.

- - - - -
4b3fc179 by Barry Warsaw at 2017-01-07T00:30:47+00:00
Merge branch 'beta2' into 'master'

Bump to beta 2.

See merge request !230
- - - - -


1 changed file:

- src/mailman/version.py


Changes:

=====================================
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.1.0b1'
+VERSION = '3.1.0b2'
 CODENAME = 'Between The Wheels'
 
 # And as a hex number in the manner of PY_VERSION_HEX.
@@ -34,7 +34,7 @@ MINOR_REV = 1
 MICRO_REV = 0
 REL_LEVEL = BETA
 # At most 15 beta releases!
-REL_SERIAL = 1
+REL_SERIAL = 2
 
 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
                (REL_LEVEL << 4)  | (REL_SERIAL << 0))             # noqa: E221



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/299e6641b1e430234b439d96fc3859815adbffbc...4b3fc1792a62b8c49f0c8cb5cd44c2ef9ce7ebd2
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to