Cut 1.10.7
This commit is contained in:
parent
6d00e03d75
commit
4fdb4b5ae5
|
@ -23,7 +23,7 @@ if sys.version_info < (2, 5):
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
||||||
__version__ = "1.10.6"
|
__version__ = "1.10.7"
|
||||||
__version_info__ = tuple([ int(d) for d in __version__.split(".") ])
|
__version_info__ = tuple([ int(d) for d in __version__.split(".") ])
|
||||||
__license__ = "GNU Lesser General Public License (LGPL)"
|
__license__ = "GNU Lesser General Public License (LGPL)"
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -52,7 +52,7 @@ if sys.platform == 'darwin':
|
||||||
|
|
||||||
|
|
||||||
setup(name = "paramiko",
|
setup(name = "paramiko",
|
||||||
version = "1.10.6",
|
version = "1.10.7",
|
||||||
description = "SSH2 protocol library",
|
description = "SSH2 protocol library",
|
||||||
author = "Jeff Forcier",
|
author = "Jeff Forcier",
|
||||||
author_email = "jeff@bitprophet.org",
|
author_email = "jeff@bitprophet.org",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* :release:`1.10.7 <2014-03-13>`
|
||||||
* :support:`256 backported` Convert API documentation to Sphinx, yielding a new
|
* :support:`256 backported` Convert API documentation to Sphinx, yielding a new
|
||||||
API docs website to replace the old Epydoc one. Thanks to Olle Lundberg for
|
API docs website to replace the old Epydoc one. Thanks to Olle Lundberg for
|
||||||
the initial conversion work.
|
the initial conversion work.
|
||||||
|
|
Loading…
Reference in New Issue