Cut 1.12.3

This commit is contained in:
Jeff Forcier 2014-03-13 21:30:11 -07:00
parent edf958b74b
commit bbd9469d65
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ if sys.version_info < (2, 5):
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
__version__ = "1.12.2"
__version__ = "1.12.3"
__version_info__ = tuple([ int(d) for d in __version__.split(".") ])
__license__ = "GNU Lesser General Public License (LGPL)"

View File

@ -54,7 +54,7 @@ if sys.platform == 'darwin':
setup(name = "paramiko",
version = "1.12.2",
version = "1.12.3",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",