Skip to content

Commit f4b9c8e

Browse files
authored
Bumped version to 2.16.0 (#265)
1 parent 5a76058 commit f4b9c8e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Unreleased
22

3-
- [added] Added `generate_password_reset_link()`,
3+
-
4+
5+
# v2.16.0
6+
7+
- [added] Added `generate_password_reset_link()`,
48
`generate_email_verification_link()` and `generate_sign_in_with_email_link()`
59
methods to the `auth` API.
610
- [added] Migrated the `auth` user management API to the

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.15.1'
17+
__version__ = '2.16.0'
1818
__title__ = 'firebase_admin'
1919
__author__ = 'Firebase'
2020
__license__ = 'Apache License 2.0'

0 commit comments

Comments
 (0)