Skip to content

Commit

Permalink
Bumped version to 2.10.0 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranya911 authored Apr 12, 2018
1 parent 6fbf507 commit 2e75177
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

-

# v2.10.0

- [added] A new `create_session_cookie()` method for creating a long-lived
session cookie given a valid ID token.
- [added] A new `verify_session_cookie()` method for verifying a given
Expand Down
2 changes: 1 addition & 1 deletion firebase_admin/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""About information (version, etc) for Firebase Admin SDK."""

__version__ = '2.9.1'
__version__ = '2.10.0'
__title__ = 'firebase_admin'
__author__ = 'Firebase'
__license__ = 'Apache License 2.0'
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ envlist = py27,py35,py36,pypy,cover
commands = pytest
deps =
pytest
pytest-localserver
cachecontrol
google-auth
google-cloud-storage
google-cloud-firestore
Expand Down

0 comments on commit 2e75177

Please sign in to comment.