mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
All known bugs are closed, and Python 2.4b1 is coming out soon, so bump
email's version number to 3.0b1.
This commit is contained in:
parent
dee0cf12e3
commit
2294bfc19d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
"""A package for parsing, handling, and generating email messages."""
|
||||
|
||||
__version__ = '3.0a0'
|
||||
__version__ = '3.0b1'
|
||||
|
||||
__all__ = [
|
||||
'base64MIME',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue