Changeset 165:7a2b38ad53b0
- Timestamp:
- 09/02/10 22:30:41 (5 days ago)
- Author:
- Menno Smits <menno@…>
- Branch:
- default
- Tags:
- tip
- Message:
-
NEWS update and version bump for 0.6.1
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r160
|
r165
|
|
| | 1 | Version 0.6.1 |
| | 2 | ------------- |
| | 3 | Automatically patch a bug in imaplib which can cause hangs when using |
| | 4 | SSL (Python Issue 5949). The patch is only applied when the running |
| | 5 | Python version is known to be affected by the problem. |
| | 6 | |
| | 7 | Updated the README to better reflect the current state of the project. |
| | 8 | |
| 1 | 9 | Version 0.6 |
| 2 | 10 | ----------- |
-
|
r164
|
r165
|
|
| 1 | | __version__ = '0.6' |
| | 1 | __version__ = '0.6.1' |
| 2 | 2 | __author__ = 'Menno Smits <menno@freshfoo.com>' |
| 3 | 3 | |