0.12.0 - Fixed prefix in Storage.upload that assumed prefix is a directory

This commit is contained in:
Mardix
2015-09-06 01:24:45 -04:00
parent 529ebc4214
commit 3edc5a8837
6 changed files with 37 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Supported storage:
from setuptools import setup, find_packages
__NAME__ = "Flask-Cloudy"
__version__ = "0.11.0"
__version__ = "0.12.0"
__author__ = "Mardix"
__license__ = "MIT"
__copyright__ = "2015"