Skip to content

Commit 2e75177

Browse files
authored
Bumped version to 2.10.0 (#153)
1 parent 6fbf507 commit 2e75177

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
-
4+
5+
# v2.10.0
6+
37
- [added] A new `create_session_cookie()` method for creating a long-lived
48
session cookie given a valid ID token.
59
- [added] A new `verify_session_cookie()` method for verifying a given

firebase_admin/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

17-
__version__ = '2.9.1'
17+
__version__ = '2.10.0'
1818
__title__ = 'firebase_admin'
1919
__author__ = 'Firebase'
2020
__license__ = 'Apache License 2.0'

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ envlist = py27,py35,py36,pypy,cover
1010
commands = pytest
1111
deps =
1212
pytest
13+
pytest-localserver
14+
cachecontrol
1315
google-auth
1416
google-cloud-storage
1517
google-cloud-firestore

0 commit comments

Comments
 (0)