We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258e4ba commit c120cefCopy full SHA for c120cef
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+-
4
+
5
+# v2.15.0
6
7
- [changed] Taking a direct dependency on `google-api-core[grpc]` in order to
8
resolve some long standing Firestore installation problems.
9
- `messaging.WebpushConfig` class now supports configuring additional
firebase_admin/__about__.py
@@ -14,7 +14,7 @@
14
15
"""About information (version, etc) for Firebase Admin SDK."""
16
17
-__version__ = '2.14.0'
+__version__ = '2.15.0'
18
__title__ = 'firebase_admin'
19
__author__ = 'Firebase'
20
__license__ = 'Apache License 2.0'
0 commit comments