Skip to content

Commit

Permalink
Bump 1.0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
marselester committed Oct 15, 2015
1 parent 45c9770 commit f633e49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
Changelog
=========

Version 1.0.2
-------------

- **HAWK_ENABLED** config was added. It can be convenient to globally turn off
authentication when unit testing.

Version 1.0.1
-------------

- fix `__all__` tuple issue, thanks @attila
- fix Flask-Login `user.is_authenticated` compatibility issue
- Fix **__all__** tuple issue, thanks @attila
- Fix Flask-Login **user.is_authenticated** compatibility issue

Version 1.0.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='Flask-API-Utils',
version='1.0.1',
version='1.0.2',
packages=['api_utils'],
author='Marsel Mavletkulov',
author_email='marselester@ya.ru',
Expand Down

0 comments on commit f633e49

Please sign in to comment.