Changeset 284:1af8db8839a3

Show
Ignore:
Timestamp:
11/09/11 21:05:04 (6 months ago)
Author:
Menno Smits <menno@…>
Branch:
default
Tags:
0.8
Message:

version bump for 0.8

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • NEWS

    r275 r284  
    11.. -*-Mode: rst; -*- 
    22 
    3 ============= 
    4  Development 
    5 ============= 
     3===== 
     4 0.8 
     5===== 
    66 
    77OAUTH Support (#54) [NEW] 
     
    5353  instead. This should not affect the external API. (#91) (Thanks 
    5454  daishi) 
     55* Fix incorrect msg_id for UID fetch when use_uid is False (#99) 
    5556 
    5657============= 
  • imapclient/__init__.py

    r266 r284  
    55# version_info provides the version number in programmer friendly way. 
    66# The 4th part will be either alpha, beta or final. 
    7 version_info = (0, 8, 0, 'alpha')  
     7version_info = (0, 8, 0, 'final')  
    88 
    99def _imapclient_version_string(vinfo):