summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-06-26 18:39:50 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-06-26 18:39:50 (GMT)
commit62a14db9f4f7b77bfc5663902f0d05f74901e950 (patch)
tree0290fb491da692f77376a84ab8d0a99fbbf296b4 /Lib/email
parent04a3439ba656d99312789e92a9c17c09a5a4b4b2 (diff)
downloadcpython-62a14db9f4f7b77bfc5663902f0d05f74901e950.zip
cpython-62a14db9f4f7b77bfc5663902f0d05f74901e950.tar.gz
cpython-62a14db9f4f7b77bfc5663902f0d05f74901e950.tar.bz2
#9085: email versions have gotten out of sync, 2.7 is actually 4.0.3.
In 2.5 the email version was bumped to 4.0.2 just before release but after the maintenance branch was set up. The bump was not backported to trunk, and 2.6 went out the door with a version number of 4.0.1. I bumped this to 4.0.2 because of a behavior change, but that makes it look the same as 2.5. So bump it again to 4.0.3.
Diffstat (limited to 'Lib/email')
-rw-r--r--Lib/email/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py
index a793436..a780ebe 100644
--- a/Lib/email/__init__.py
+++ b/Lib/email/__init__.py
@@ -4,7 +4,7 @@
"""A package for parsing, handling, and generating email messages."""
-__version__ = '4.0.2'
+__version__ = '4.0.3'
__all__ = [
# Old names