[Python-checkins] r54962 - python/branches/release25-maint/Lib/email/__init__.py

barry.warsaw python-checkins at python.org
Wed Apr 25 21:26:48 CEST 2007


Author: barry.warsaw
Date: Wed Apr 25 21:26:37 2007
New Revision: 54962

Modified:
   python/branches/release25-maint/Lib/email/__init__.py
Log:
bump email package version to 4.0.2

Modified: python/branches/release25-maint/Lib/email/__init__.py
==============================================================================
--- python/branches/release25-maint/Lib/email/__init__.py	(original)
+++ python/branches/release25-maint/Lib/email/__init__.py	Wed Apr 25 21:26:37 2007
@@ -4,7 +4,7 @@
 
 """A package for parsing, handling, and generating email messages."""
 
-__version__ = '4.0.1'
+__version__ = '4.0.2'
 
 __all__ = [
     # Old names


More information about the Python-checkins mailing list