From fb357c978500f5991a2427c7b20083a3436fc6dd Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Fri, 13 Sep 2019 15:08:53 -0700 Subject: [PATCH] chore: tag 1.54.1 --- CHANGELOG.md | 10 ++++++++++ autopush/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 038196c4..2afe3471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.54.1 (2019-09-13) + + +#### Bug Fixes + +* Handle FCM client not available ([7c63c14e](https://github.com/mozilla-services/autopush/commit/7c63c14e72438fb0ffe811b7a3768c33459a63f6), closes [#1348](https://github.com/mozilla-services/autopush/issues/1348)) + + + ## 1.54.0 (2019-08-16) diff --git a/autopush/__init__.py b/autopush/__init__.py index 773b6c6a..4e36bae6 100644 --- a/autopush/__init__.py +++ b/autopush/__init__.py @@ -1 +1 @@ -__version__ = '1.54.0' # pragma: nocover +__version__ = '1.54.1' # pragma: nocover