[Python-checkins] r50793 - python/branches/release24-maint/Lib/email/__init__.py

barry.warsaw python-checkins at python.org
Sun Jul 23 19:04:35 CEST 2006


Author: barry.warsaw
Date: Sun Jul 23 19:04:35 2006
New Revision: 50793

Modified:
   python/branches/release24-maint/Lib/email/__init__.py
Log:
Oops, this time, really bump the email version number to 3.0.2.


Modified: python/branches/release24-maint/Lib/email/__init__.py
==============================================================================
--- python/branches/release24-maint/Lib/email/__init__.py	(original)
+++ python/branches/release24-maint/Lib/email/__init__.py	Sun Jul 23 19:04:35 2006
@@ -4,7 +4,7 @@
 
 """A package for parsing, handling, and generating email messages."""
 
-__version__ = '3.0.1'
+__version__ = '3.0.2'
 
 __all__ = [
     'base64MIME',


More information about the Python-checkins mailing list