Skip to content

Commit

Permalink
chore: release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iki committed Jun 18, 2015
1 parent 4ecb819 commit 6c5765f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -97,6 +97,12 @@ available environment configurations (*: active):

## Changelog

### 0.1.3

#### Fixes

- Fix package setup on Python 3.

### 0.1.2

#### Fixes
Expand Down
2 changes: 1 addition & 1 deletion flask_run.py
Expand Up @@ -3,7 +3,7 @@
from __future__ import print_function

__all__ = 'run'.split()
__version__ = '0.1.2'
__version__ = '0.1.3'

def run(create_app, config, description=None, args=None, namespace=None, options=None):
"""Parses commandline options, updates config, creates and runs the application.
Expand Down

0 comments on commit 6c5765f

Please sign in to comment.