Browse Source

Bump version to 1.1.0

master v1.1.0
Brett Langdon 7 years ago
parent
commit
025dbd5888
No known key found for this signature in database GPG Key ID: B664881177781B04
2 changed files with 12 additions and 1 deletions
  1. +11
    -0
      CHANGELOG
  2. +1
    -1
      setup.py

+ 11
- 0
CHANGELOG View File

@ -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
-------------


+ 1
- 1
setup.py View File

@ -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',


Loading…
Cancel
Save