~sakuag333/mailman/lmtp-duplicate-id

« back to all changes in this revision

Viewing changes to src/mailman/version.py

  • Committer: Barry Warsaw
  • Date: 2012-12-31 17:20:41 UTC
  • Revision ID: barry@list.org-20121231172041-xst09lesjrxskeqp
Tags: 3.0b3
Bump the version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""Mailman version strings."""
19
19
 
20
20
# Mailman version.
21
 
VERSION = '3.0.0b2+'
 
21
VERSION = '3.0.0b3'
22
22
CODENAME = 'Here Again'
23
23
 
24
24
# And as a hex number in the manner of PY_VERSION_HEX.