commit | 4d5ef6aed6c22ade015d872324f53c9fbc16c46d | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Aug 20 14:51:34 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Aug 20 14:51:34 2002 +0000 |
tree | 19f867987d6066cc5a9e91333c5b91d9a92fc4c9 | |
parent | 3328136e3ccc89da6f042d1e58e2277d71b34855 [diff] |
Bump version number to 2.3
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 834e9aa..93a156b 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__ = '2.2' +__version__ = '2.3' __all__ = ['Charset', 'Encoders',