We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22bd2f4 commit c05ee5dCopy full SHA for c05ee5d
firebase_admin/__init__.py
@@ -25,7 +25,7 @@
25
26
# Declaring module version as per https://www.python.org/dev/peps/pep-0396/#specification
27
# Update this accordingly for each release.
28
-__version__ = '2.7.0'
+__version__ = '2.8.0'
29
30
_apps = {}
31
_apps_lock = threading.RLock()
0 commit comments