Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: tag 1.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed Sep 13, 2019
1 parent 4779682 commit fb357c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="1.54.1"></a>
## 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))



<a name="1.54.0"></a>
## 1.54.0 (2019-08-16)

Expand Down
2 changes: 1 addition & 1 deletion autopush/__init__.py
@@ -1 +1 @@
__version__ = '1.54.0' # pragma: nocover
__version__ = '1.54.1' # pragma: nocover

0 comments on commit fb357c9

Please sign in to comment.