diff --git a/CHANGELOG.md b/CHANGELOG.md index 595da7b40..b886d5161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/firebase_admin/__about__.py b/firebase_admin/__about__.py index 74f1b7214..32b9d64e9 100644 --- a/firebase_admin/__about__.py +++ b/firebase_admin/__about__.py @@ -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' diff --git a/tox.ini b/tox.ini index 8179defcb..4e9e1f215 100644 --- a/tox.ini +++ b/tox.ini @@ -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