Merge pull request #29 from lyft/increase-version

Up version of flask-sslify to 0.1.5
This commit is contained in:
Ryan Lane
2015-04-01 15:14:49 -07:00
+1 -1
View File
@@ -12,7 +12,7 @@ from setuptools import setup
setup(
name='Flask-SSLify',
version='0.1.4',
version='0.1.5',
url='https://github.com/kennethreitz/flask-sslify',
license='BSD',
author='Kenneth Reitz',