Skip to content

Commit

Permalink
Bumped version to 2.15.1 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranya911 authored Jan 23, 2019
1 parent 05acb8a commit 4d01830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion firebase_admin/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4d01830

Please sign in to comment.