Release slapos.toolbox-0.9

parent 5c4cd138
0.9 (Unreleased)
0.9 (2011-10-29)
================
* No change yet.
* Add LAMP tool to manage lamp instances. [Alain Takoudjou]
* Add onetimedownload : a simple script which download any http resource
and save it into a specified file_path. [Nicolas Delaby]
0.8 (2011-10-24)
================
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.8'
version = '0.9'
name = 'slapos.toolbox'
long_description = open("README.txt").read() + "\n" + \
open("CHANGES.txt").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment