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