Skip to content

Commit 733481d

Browse files
authored
Bumped version to 3.0.0 (#344)
1 parent 88cd33f commit 733481d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
-
4+
5+
# v3.0.0
6+
7+
38
- [added] Added the new `firebase_admin.exceptions` module containing the
49
base exception types and global error codes.
510
- [changed] Updated the `firebase_admin.instance_id` module to use the new

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.18.0'
17+
__version__ = '3.0.0'
1818
__title__ = 'firebase_admin'
1919
__author__ = 'Firebase'
2020
__license__ = 'Apache License 2.0'

0 commit comments

Comments
 (0)