2.0.6
Fix the path splitting when generating variation names
Using the standard os.path.split function, easier and safer.
The previous code relied on the presence of a '/' char in the filename.
This would failed when using upload_to=callable that returns a simple
filename without any directory.