From 7f316ef4a9a3a247be57d657e8c8703c752d4640 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Fri, 8 Dec 2017 10:41:13 -0800 Subject: [PATCH] Bumped version to 2.6.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 9c84bb1c8..10a3b5084 100644 --- a/firebase_admin/__init__.py +++ b/firebase_admin/__init__.py @@ -24,7 +24,7 @@ # Declaring module version as per https://www.python.org/dev/peps/pep-0396/#specification # Update this accordingly for each release. -__version__ = '2.5.0' +__version__ = '2.6.0' _apps = {} _apps_lock = threading.RLock()