]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump version number to 2.5.5
authorBarry Warsaw <barry@python.org>
Tue, 30 Dec 2003 16:49:40 +0000 (16:49 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 30 Dec 2003 16:49:40 +0000 (16:49 +0000)
Lib/email/__init__.py

index bfd6105529315f7ad6492170626f4178881bd827..e45dadc4f8a3eb2b26c2ea4879d31a53f0da9d5b 100644 (file)
@@ -4,7 +4,7 @@
 """A package for parsing, handling, and generating email messages.
 """
 
-__version__ = '2.5.4'
+__version__ = '2.5.5'
 
 __all__ = [
     'base64MIME',