contrib: introduce script to make new releases

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2015-03-14 15:45:56 +01:00
parent 9b55cc5475
commit f11eaaea6f
3 changed files with 434 additions and 1 deletions

View File

@ -3,7 +3,7 @@ __all__ = ['OfflineImap']
__productname__ = 'OfflineIMAP'
__version__ = "6.5.7"
__revision__ = "-rc2"
__bigversion__ = __version__ + __revision__
__bigversion__ = __version__ + __revision__
__copyright__ = "Copyright 2002-2015 John Goerzen & contributors"
__author__ = "John Goerzen"
__author_email__= "john@complete.org"