Skip to content

Commit d6a1671

Browse files
authored
Bumped version to 2.17.0 (#292)
* Bumped version to 2.17.0 * Removed additional whitespace
1 parent 5ef6f6d commit d6a1671

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
-
4+
5+
# v2.17.0
6+
37
- [added] Added new `send_all()` and `send_multicast()` APIs to the
48
`messasing` module.
59
- [added] Added a new `auth.DELETE_ATTRIBUTE` sentinel value, which can be

firebase_admin/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

17-
__version__ = '2.16.0'
17+
__version__ = '2.17.0'
1818
__title__ = 'firebase_admin'
1919
__author__ = 'Firebase'
2020
__license__ = 'Apache License 2.0'

0 commit comments

Comments
 (0)