Skip to content

Commit

Permalink
[chore] Release 5.4.0 (#647)
Browse files Browse the repository at this point in the history
* [chore] Release 5.4.0

Release v5.4.0
Deprecated Python 3.6 (reached EoL)
  • Loading branch information
lahirumaramba committed Sep 22, 2022
1 parent 32d40ca commit 78d2e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase_admin/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""About information (version, etc) for Firebase Admin SDK."""

__version__ = '5.3.0'
__version__ = '5.4.0'
__title__ = 'firebase_admin'
__author__ = 'Firebase'
__license__ = 'Apache License 2.0'
Expand Down

0 comments on commit 78d2e44

Please sign in to comment.