8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef6f6d commit d6a1671Copy full SHA for d6a1671
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+-
4
+
5
+# v2.17.0
6
7
- [added] Added new `send_all()` and `send_multicast()` APIs to the
8
`messasing` module.
9
- [added] Added a new `auth.DELETE_ATTRIBUTE` sentinel value, which can be
firebase_admin/__about__.py
@@ -14,7 +14,7 @@
14
15
"""About information (version, etc) for Firebase Admin SDK."""
16
17
-__version__ = '2.16.0'
+__version__ = '2.17.0'
18
__title__ = 'firebase_admin'
19
__author__ = 'Firebase'
20
__license__ = 'Apache License 2.0'
0 commit comments