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 432f4e5 commit 176ef5fCopy full SHA for 176ef5f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Unreleased
2
3
+-
4
+
5
+# v2.9.0
6
7
8
### Cloud Messaging
9
10
- [feature] Added the `firebase_admin.messaging` module for sending
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.8.0'
+__version__ = '2.9.0'
29
30
_apps = {}
31
_apps_lock = threading.RLock()
0 commit comments