summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-13 21:25:44 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-03-13 21:25:44 -0700
commit4fdb4b5ae52b8e7cada05c5590a0cd0ab1b575d5 (patch)
treeeec4814e377d9a299fb7939b7763a1778001c7f7
parent6d00e03d75e81d5b086af8ffae0862bfa551dcbb (diff)
downloadparamiko-4fdb4b5ae52b8e7cada05c5590a0cd0ab1b575d5.tar.gz
Cut 1.10.7v1.10.71.10.7
-rw-r--r--paramiko/__init__.py2
-rw-r--r--setup.py2
-rw-r--r--sites/www/changelog.rst1
3 files changed, 3 insertions, 2 deletions
diff --git a/paramiko/__init__.py b/paramiko/__init__.py
index f081de21..b0d691c5 100644
--- a/paramiko/__init__.py
+++ b/paramiko/__init__.py
@@ -23,7 +23,7 @@ if sys.version_info < (2, 5):
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
-__version__ = "1.10.6"
+__version__ = "1.10.7"
__version_info__ = tuple([ int(d) for d in __version__.split(".") ])
__license__ = "GNU Lesser General Public License (LGPL)"
diff --git a/setup.py b/setup.py
index bc5f9e6d..7dc5c61e 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ if sys.platform == 'darwin':
setup(name = "paramiko",
- version = "1.10.6",
+ version = "1.10.7",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index fee5a962..87b05a87 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
=========
+* :release:`1.10.7 <2014-03-13>`
* :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
the initial conversion work.