From 53038cc501d91351efd3b9d35198122b63c06e60 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Mon, 12 Nov 2018 09:45:21 -0800 Subject: [PATCH] chore: tag 1.52.1 --- CHANGELOG.md | 10 ++++++++++ autopush/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8da609..36186a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.52.1 (2018-11-12) + + +#### Chore + +* upgrade requests per CVE-2018-18074 ([c71558e1](https://github.com/mozilla-services/autopush/commit/c71558e1f1e44aad8150d6005b3c2f0c8e912a7d), closes [#1300](https://github.com/mozilla-services/autopush/issues/1300)) + + + ## 1.52.0 (2018-10-12) diff --git a/autopush/__init__.py b/autopush/__init__.py index 6952d721..dcda9d51 100644 --- a/autopush/__init__.py +++ b/autopush/__init__.py @@ -1 +1 @@ -__version__ = '1.52.0' # pragma: nocover +__version__ = '1.52.1' # pragma: nocover