summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2008-03-23 23:51:54 -0700
committerRobey Pointer <robey@lag.net>2008-03-23 23:51:54 -0700
commitc52b11ba17793e8924320411dcfa89d58d0c60c7 (patch)
treecde5e69c6296f1c0ea68986e1856f9142879c1fe /Makefile
parentf5f203d5eaffa7496bcf8684050d9e83970a1bb1 (diff)
downloadparamiko-c52b11ba17793e8924320411dcfa89d58d0c60c7.tar.gz
[project @ robey@lag.net-20080324065154-w8p2lhawmsbynxc0]
bump version to 1.7.3 (clara)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2df590cb..e5d83e38 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@
# zubat (18feb07) - 1.7
# amy (10jun07) - 1.7.1
# basil (21jan08) - 1.7.2
+# clara (23mar08) - 1.7.3
ifeq ($(wildcard /sbin/md5),/sbin/md5)
@@ -42,6 +43,8 @@ release: docs
python ./setup.py bdist_egg
zip -r dist/docs.zip docs && rm -rf docs
cd dist && $(MD5SUM) paramiko*.zip *.gz > md5-sums
+ cd dist && gpg -ba paramiko*.zip
+ cd dist && gpg -ba paramiko*.gz
docs: always