2003-11-04 03:34:24 -05:00
|
|
|
# releases:
|
|
|
|
# aerodactyl (13sep03)
|
2003-12-30 02:18:20 -05:00
|
|
|
# bulbasaur (18sep03)
|
2003-11-10 03:49:50 -05:00
|
|
|
# charmander (10nov03)
|
2004-01-04 05:26:00 -05:00
|
|
|
# doduo (04jan04) - 0.9
|
2004-03-08 12:52:25 -05:00
|
|
|
# eevee (08mar04)
|
2004-04-23 18:55:16 -04:00
|
|
|
# fearow (23apr04)
|
2004-05-31 19:48:10 -04:00
|
|
|
# gyarados (31may04)
|
2004-06-27 16:14:15 -04:00
|
|
|
# horsea (27jun04)
|
2004-10-23 03:36:23 -04:00
|
|
|
# ivysaur (22oct04)
|
2004-11-06 22:10:53 -05:00
|
|
|
# jigglypuff (6nov04) - 1.0
|
2004-12-12 04:58:40 -05:00
|
|
|
# kabuto (12dec04) - 1.1
|
2005-02-28 03:06:08 -05:00
|
|
|
# lapras (28feb05) - 1.2
|
2005-04-09 20:46:41 -04:00
|
|
|
# marowak (9apr05) - 1.3
|
2005-06-28 04:00:12 -04:00
|
|
|
# nidoran (28jun05) - 1.3.1
|
2005-07-18 02:40:30 -04:00
|
|
|
# oddish (17jul05) - 1.4
|
2005-10-02 16:08:39 -04:00
|
|
|
# paras (2oct05) - 1.5
|
2005-10-30 22:28:54 -05:00
|
|
|
# quilava (31oct05) - 1.5.1
|
2005-12-04 04:28:22 -05:00
|
|
|
# rhydon (04dec05) - 1.5.2
|
2006-03-11 23:29:05 -05:00
|
|
|
# squirtle (19feb06) - 1.5.3
|
|
|
|
# tentacool (11mar06) - 1.5.4
|
2006-05-10 21:33:13 -04:00
|
|
|
# umbreon (10may06) - 1.6
|
|
|
|
|
2003-11-04 03:34:24 -05:00
|
|
|
|
|
|
|
release:
|
|
|
|
python ./setup.py sdist --formats=zip
|
2006-03-11 23:30:43 -05:00
|
|
|
python ./setup.py bdist_egg
|
2003-11-04 03:34:24 -05:00
|
|
|
|
2003-12-30 17:24:21 -05:00
|
|
|
docs: always
|
2003-12-30 02:18:20 -05:00
|
|
|
epydoc -o docs/ paramiko
|
2003-12-30 17:24:21 -05:00
|
|
|
always:
|
2003-12-30 02:18:20 -05:00
|
|
|
|
2006-01-26 22:03:42 -05:00
|
|
|
clean:
|
|
|
|
rm -rf build dist
|
2006-01-26 22:54:53 -05:00
|
|
|
rm -f MANIFEST *.log demos/*.log
|
2006-01-26 22:03:42 -05:00
|
|
|
|
2003-11-04 03:34:24 -05:00
|
|
|
# places where the version number is stored:
|
|
|
|
#
|
|
|
|
# setup.py
|
2003-12-30 02:18:20 -05:00
|
|
|
# __init__.py
|
2003-11-04 03:34:24 -05:00
|
|
|
# README
|
2004-11-06 22:10:53 -05:00
|
|
|
# transport.py
|