Added tag 0.3.0 for changeset 45996833a20d
Version bump
Bump library to Python3 finally
Fixes to respect settings in all cases
More fixes for multiple host operations
Updates for multiple hosts, aka, roles
Updated dynamic release directory to use utc time instead of local time. Closes Issue #5
Moving files around
Updating example fabfile and fabconfig to show new DeployConfig object
Updating quoting for password characters
Adding support for Python3 virtual environments and DelpoyConfig json formatting
Updating for newer pip versions
Version bump for dev module on pypi. 0.2.4 is broken with virtualenv 1.9.x
Removing local directory requirement. Clashes with certain edge cases.
Updates to be compatible with newer versions of pip
Oops. Need to separate the __init__ version due to fabric dependency
Added tag 0.2.4 for changeset 16dd9ed01f56
Version bump.
Added basic support for multiple arguments to django management commands.
Make the PostgreSQL and MySQL use the variable 'dbhost' instead of 'host'. It was conflicting with the fabric execute command. BACKWARDS INCOMPATIBLE