Skip to content

Commit

Permalink
bump version to 1.7 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
muatik authored Oct 7, 2018
1 parent 952b8d9 commit 9b30229
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.6** [![Build Status](https://travis-ci.org/muatik/flask-profiler.svg?branch=master)](https://travis-ci.org/muatik/flask-profiler)
**version: 1.7** [![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 @@ -289,4 +289,4 @@ Review the [Contributing Guidelines](https://github.com/muatik/flask-profiler/wi
* [Safa Yasin Yildirim](https://www.linkedin.com/in/safayasinyildirim)

## License
MIT
MIT
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click==6.7
Flask==0.12.2
Flask==0.12.3
Flask-HTTPAuth==3.2.3
Flask-Testing==0.6.2
itsdangerous==0.24
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

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

0 comments on commit 9b30229

Please sign in to comment.