From fcb8e4ea3091a56236c3e3cfd261f86361049b0e Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Wed, 14 Feb 2018 13:35:31 -0800 Subject: [PATCH] Bumped version to 2.9.0 --- CHANGELOG.md | 5 +++++ firebase_admin/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ffac25f..3f65f2b45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Unreleased +- + +# v2.9.0 + + ### Cloud Messaging - [feature] Added the `firebase_admin.messaging` module for sending diff --git a/firebase_admin/__init__.py b/firebase_admin/__init__.py index 03471a6be..c9e4ff22b 100644 --- a/firebase_admin/__init__.py +++ b/firebase_admin/__init__.py @@ -25,7 +25,7 @@ # Declaring module version as per https://www.python.org/dev/peps/pep-0396/#specification # Update this accordingly for each release. -__version__ = '2.8.0' +__version__ = '2.9.0' _apps = {} _apps_lock = threading.RLock()