summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--setup.py2
-rw-r--r--ssh/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 1c1bf4bd..df8f1d31 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
Temporary, post-Paramiko changelog while we get our sh!t together.
-## ssh 1.7.12 (2012-MM-DD)
+## ssh 1.7.12 (2012-02-10)
* Added an IO loop sleep() call to avoid needless CPU usage when agent
forwarding is in use.
diff --git a/setup.py b/setup.py
index 2c873ef6..bd122310 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ if sys.platform == 'darwin':
setup(name = "ssh",
- version = "dev",
+ version = "1.7.12",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",
diff --git a/ssh/__init__.py b/ssh/__init__.py
index f00da10e..5935d3c5 100644
--- a/ssh/__init__.py
+++ b/ssh/__init__.py
@@ -55,7 +55,7 @@ if sys.version_info < (2, 2):
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
-__version__ = "1.8.0a0"
+__version__ = "1.7.12"
__license__ = "GNU Lesser General Public License (LGPL)"