File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ Changelog
2
+ =========
3
+
4
+ Version 0.2 (2012-03-09)
5
+ ------------------------
6
+
7
+ * Added support for hostname and sysctl (kernel parameters)
8
+ * Added support for Redis
9
+ * Simplified API for supervisor processes
10
+
11
+ Version 0.1.1 (2012-02-19)
12
+ --------------------------
13
+
14
+ * Packaging fixes
15
+
16
+ Version 0.1 (2012-02-19)
17
+ ------------------------
18
+
19
+ * Initial release
Original file line number Diff line number Diff line change @@ -100,3 +100,4 @@ You can specify which base boxes should be used by setting the VAGRANT_BOXES env
100
100
You can also use this to manually disable functional tests::
101
101
102
102
VAGRANT_BOXES='' python -m unittest tests
103
+
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ def read(filename):
12
12
13
13
setup (
14
14
name = 'fabtools' ,
15
- version = '0.1.1 ' ,
15
+ version = '0.2 ' ,
16
16
description = 'Tools for writing awesome Fabric files' ,
17
- long_description = read ('README.rst' ),
17
+ long_description = read ('README.rst' ) + read ( 'CHANGELOG.rst' ) ,
18
18
author = 'Ronan Amicel' ,
19
19
author_email = 'ronan.amicel@gmail.com' ,
20
20
url = 'http://github.com/ronnix/fabtools' ,
You can’t perform that action at this time.
0 commit comments