Merge branch '1.8' into 1.9

Conflicts:
	paramiko/__init__.py
This commit is contained in:
Jeff Forcier 2013-10-16 17:00:13 -07:00
commit 858d3fd07f
1 changed files with 1 additions and 0 deletions

View File

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