0.13.1 - Merge pull request

This commit is contained in:
Mardix
2016-01-09 05:44:39 -05:00
parent fbc4895bb8
commit d60939920e
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
0.13.1
- Set default storage to True
- Thanks to https://github.com/wassname for the contributions
0.13.0
- Upgrade apache-libcloud to 0.20.0
- Fixed object being False
+1 -1
View File
@@ -19,7 +19,7 @@ Supported storage:
from setuptools import setup, find_packages
__NAME__ = "Flask-Cloudy"
__version__ = "0.13.0"
__version__ = "0.13.1"
__author__ = "Mardix"
__license__ = "MIT"
__copyright__ = "2015"