We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05acb8a commit 4d01830Copy full SHA for 4d01830
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+-
4
+
5
+# v2.15.1
6
7
- [added] Implemented HTTP retries. The SDK now retries HTTP calls on
8
low-level connection and socket read errors, as well as HTTP 500 and
9
503 errors.
firebase_admin/__about__.py
@@ -14,7 +14,7 @@
14
15
"""About information (version, etc) for Firebase Admin SDK."""
16
17
-__version__ = '2.15.0'
+__version__ = '2.15.1'
18
__title__ = 'firebase_admin'
19
__author__ = 'Firebase'
20
__license__ = 'Apache License 2.0'
0 commit comments