Skip to content

Commit ebd68d3

Browse files
author
Yasuhiro Asaka
committed
Bump version to 0.0.7
1 parent 254d028 commit ebd68d3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ChangeLog for Flask-DotEnv
22

3+
13 Apr 2016; Yasuhiro Asaka <[email protected]> setup.py:
4+
New Release. 0.0.7
5+
36
13 Apr 2016; Yasuhiro Asaka <[email protected]> flask_dotenv.py,
47
tests/flask_dotenv_test.py, tests/.env:
58
Add export style .env support (thanks diegoponciano)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='Flask-DotEnv',
13-
version='0.0.6',
13+
version='0.0.7',
1414
url='https://github.com/grauwoelfchen/flask-dotenv/',
1515
license='BSD',
1616
author='Yasuhiro Asaka',

0 commit comments

Comments
 (0)