Skip to content

Commit

Permalink
bumped version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
muatik committed Oct 26, 2017
1 parent af70716 commit aa23f4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Flask-profiler


**version: 1.5** [![Build Status](https://travis-ci.org/muatik/flask-profiler.svg?branch=master)](https://travis-ci.org/muatik/flask-profiler)
**version: 1.6** [![Build Status](https://travis-ci.org/muatik/flask-profiler.svg?branch=master)](https://travis-ci.org/muatik/flask-profiler)

##### Flask-profiler measures endpoints defined in your flask application; and provides you fine-grained report through a web interface.

Expand Down Expand Up @@ -197,7 +197,7 @@ app.config["flask_profiler"] = {
In order to use SQLAchemy, just specify it as the value of `storage.engine` directive as follows.
Also first create an empty database with the name "flask_profiler".

```json
```python
app.config["flask_profiler"] = {
"storage": {
"engine": "sqlalchemy",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='flask_profiler',
version='1.5',
version='1.6',
url='https://github.com/muatik/flask-profiler',
license=open('LICENSE').read(),
author='Mustafa Atik',
Expand Down

0 comments on commit aa23f4f

Please sign in to comment.