From f5b68e59e83a4485952432068022e4e4137573d3 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Tue, 22 Jan 2019 15:56:15 -0800 Subject: [PATCH] Bumped version to 2.15.1 --- CHANGELOG.md | 4 ++++ firebase_admin/__about__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3bec93f6..3014f135d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +- + +# v2.15.1 + - [added] Implemented HTTP retries. The SDK now retries HTTP calls on low-level connection and socket read errors, as well as HTTP 500 and 503 errors. diff --git a/firebase_admin/__about__.py b/firebase_admin/__about__.py index 6027e802f..fce8b8388 100644 --- a/firebase_admin/__about__.py +++ b/firebase_admin/__about__.py @@ -14,7 +14,7 @@ """About information (version, etc) for Firebase Admin SDK.""" -__version__ = '2.15.0' +__version__ = '2.15.1' __title__ = 'firebase_admin' __author__ = 'Firebase' __license__ = 'Apache License 2.0'