From 39cf7846bee74914513df03efe991533b3865397 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Thu, 11 Jan 2018 13:50:12 -0800 Subject: [PATCH] Bumped version to 2.8.0 --- firebase_admin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase_admin/__init__.py b/firebase_admin/__init__.py index 17db3572e..0bf08cd6b 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.7.0' +__version__ = '2.8.0' _apps = {} _apps_lock = threading.RLock()