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 88cd33f commit 733481dCopy full SHA for 733481d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Unreleased
2
3
+-
4
+
5
+# v3.0.0
6
7
8
- [added] Added the new `firebase_admin.exceptions` module containing the
9
base exception types and global error codes.
10
- [changed] Updated the `firebase_admin.instance_id` module to use the new
firebase_admin/__about__.py
@@ -14,7 +14,7 @@
14
15
"""About information (version, etc) for Firebase Admin SDK."""
16
17
-__version__ = '2.18.0'
+__version__ = '3.0.0'
18
__title__ = 'firebase_admin'
19
__author__ = 'Firebase'
20
__license__ = 'Apache License 2.0'
0 commit comments