Skip to content

Commit 176ef5f

Browse files
authored
Bumped version to 2.9.0 (#129)
1 parent 432f4e5 commit 176ef5f

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+
# v2.9.0
6+
7+
38
### Cloud Messaging
49

510
- [feature] Added the `firebase_admin.messaging` module for sending

firebase_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Declaring module version as per https://www.python.org/dev/peps/pep-0396/#specification
2727
# Update this accordingly for each release.
28-
__version__ = '2.8.0'
28+
__version__ = '2.9.0'
2929

3030
_apps = {}
3131
_apps_lock = threading.RLock()

0 commit comments

Comments
 (0)