Changeset 165:7a2b38ad53b0

Show
Ignore:
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:
2 modified

Legend:

Unmodified
Added
Removed
  • NEWS

    r160 r165  
     1Version 0.6.1 
     2------------- 
     3Automatically patch a bug in imaplib which can cause hangs when using 
     4SSL (Python Issue 5949). The patch is only applied when the running 
     5Python version is known to be affected by the problem. 
     6 
     7Updated the README to better reflect the current state of the project. 
     8 
    19Version 0.6 
    210----------- 
  • imapclient/__init__.py

    r164 r165  
    1 __version__ = '0.6' 
     1__version__ = '0.6.1' 
    22__author__ = 'Menno Smits <menno@freshfoo.com>' 
    33