public
Description: Fabric: Simple pythonic deployment (repository mirror of nongnu.org)
Homepage: http://www.nongnu.org/fab/
Clone URL: git://github.com/karmazilla/fabric.git
Bump up version number so we'ææ be ready for releasing soon.
karmazilla (author)
Sat Jul 12 05:15:44 -0700 2008
commit  0fc8f62f2c2ab4a5d72e8b09d214a41b7875e6f1
tree    1c59ef411462c0528c900bbfe84a9c8a962a5b6d
parent  7d18030c376a3401d9c10aac9cef5fd2a5d20e21
...
37
38
39
40
 
41
42
43
...
37
38
39
 
40
41
42
43
0
@@ -37,7 +37,7 @@ except ImportError:
0
     print(" $ sudo easy_install paramiko")
0
     sys.exit(1)
0
 
0
-__version__ = '0.0.7'
0
+__version__ = '0.0.8'
0
 __author__ = 'Christian Vest Hansen'
0
 __author_email__ = 'karmazilla@gmail.com'
0
 __url__ = 'http://www.nongnu.org/fab/'
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@ from setuptools import setup
0
 
0
 setup(
0
     name = 'Fabric',
0
- version = '0.0.7',
0
+ version = '0.0.8',
0
     description = 'Fabric is a simple pythonic remote deployment tool.',
0
     long_description = """
0
 It is designed to upload files to, and run shell commands on, a number of

Comments

  • karmazilla Sat Jul 12 05:31:58 -0700 2008

    That “we’ææ” in the commit message should have been “we’ll” :-/