Skip to content

Commit

Permalink
Release 1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
keosak committed May 15, 2018
1 parent d7ad6d1 commit c8fbff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.7, 2018-05-15 -- Allow setting of auth domain.
v1.6, 2017-10-26 -- Only verify last two domain levels on redirect.
v1.5, 2017-09-15 -- Use Firebase User.getIdToken().
v1.4, 2017-09-14 -- Allow to use Firebase Auth in debug mode.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Flask-Firebase',
version='1.6',
version='1.7',
description='Google Firebase integration for Flask',
packages=['flask_firebase'],
include_package_data=True,
Expand Down

0 comments on commit c8fbff7

Please sign in to comment.