summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-04-05 13:00:19 -0700
committerJeff Forcier <jeff@bitprophet.org>2013-04-05 13:00:19 -0700
commit02d071be07fef362764b13a99dd9335a668c9117 (patch)
treedbcb23de26387e312f7ea09085330eca90e15853
parent1d494eb0db49316365d9328059a8bf869c7e95c0 (diff)
downloadparamiko-v1.10.1.tar.gz
Bump version to 1.10.1v1.10.11.10.1
-rw-r--r--NEWS4
-rw-r--r--paramiko/__init__.py2
-rw-r--r--setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 9f7805e5..7a983baf 100644
--- a/NEWS
+++ b/NEWS
@@ -12,8 +12,8 @@ Issues noted as "Fabric #NN" can be found at https://github.com/fabric/fabric/.
Releases
========
-v1.10.1 (DD MM YYYY)
---------------------
+v1.10.1 (5th Apr 2013)
+----------------------
* #142: (Fabric #811) SFTP put of empty file will still return the attributes
of the put file. Thanks to Jason R. Coombs for the patch.
diff --git a/paramiko/__init__.py b/paramiko/__init__.py
index e2b359fb..099314ea 100644
--- a/paramiko/__init__.py
+++ b/paramiko/__init__.py
@@ -55,7 +55,7 @@ if sys.version_info < (2, 5):
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
-__version__ = "1.10.0"
+__version__ = "1.10.1"
__license__ = "GNU Lesser General Public License (LGPL)"
diff --git a/setup.py b/setup.py
index 9812a4f4..d6caccf7 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ if sys.platform == 'darwin':
setup(name = "paramiko",
- version = "1.10.0",
+ version = "1.10.1",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",