No known key found for this signature in database
GPG Key ID: B664881177781B04
2 changed files with
12 additions and
1 deletions
-
CHANGELOG
-
setup.py
|
|
|
@ -1,6 +1,17 @@ |
|
|
|
Flask-Env Changelog |
|
|
|
=================== |
|
|
|
|
|
|
|
Version 1.1.0 |
|
|
|
------------- |
|
|
|
|
|
|
|
:Released: 07-25-2018 |
|
|
|
|
|
|
|
:Changes: |
|
|
|
Add :code:`ENV_LOAD_ALL` setting to control whether all environment variables are loaded by default or not |
|
|
|
|
|
|
|
**Note:** Default is :code:`True`, future version will default to :code:`False` |
|
|
|
|
|
|
|
|
|
|
|
Version 1.0.1 |
|
|
|
------------- |
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ def get_long_description(): |
|
|
|
|
|
|
|
setup( |
|
|
|
name='Flask-Env', |
|
|
|
version='1.0.1', |
|
|
|
version='1.1.0', |
|
|
|
url='https://github.com/brettlangdon/flask-env', |
|
|
|
license='MIT', |
|
|
|
author='Brett Langdon', |
|
|
|
|