Skip to content

Commit 5367ddb

Browse files
author
Yasuhiro Asaka
committed
Bump version to 0.0.5
1 parent 0a80646 commit 5367ddb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

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

3+
11 Sep 2015; Yasuhiro Asaka <[email protected]> README,
4+
flask_dotenv.py:
5+
Fix typo in README (thanks lozadaOmr)
6+
Add equal sign support in value (thanks mawuli)
7+
38
15 Feb 2015; Yasuhiro Asaka <[email protected]> flask_dotenv.py:
49
Fix unuse import :'(
510

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.4',
13+
version='0.0.5',
1414
url='https://github.com/grauwoelfchen/flask-dotenv/',
1515
license='BSD',
1616
author='Yasuhiro Asaka',

0 commit comments

Comments
 (0)