From ba4cc723669598154c50fdd7132834e71168f405 Mon Sep 17 00:00:00 2001 From: Dan g Date: Tue, 7 Aug 2018 10:19:50 -0400 Subject: [PATCH 1/2] Version bump, changelog update --- docs/history.rst | 5 ++++- sprockets/mixins/metrics/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index 3d8bcf5..d961308 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -3,6 +3,10 @@ Release History =============== +`3.1.1`_ (07-Aug-2018) +---------------------- +- Update TCP StatsD messages to append a newline + `3.1.0`_ (20-Jul-2018) ---------------------- - Add TCP support to StatsD @@ -11,7 +15,6 @@ Release History ---------------------- - Loosen Tornado pin to include 4.4. - `3.0.3`_ (24-Mar-2017) ---------------------- - Fix retrival of status code. diff --git a/sprockets/mixins/metrics/__init__.py b/sprockets/mixins/metrics/__init__.py index baf887b..e40eb48 100644 --- a/sprockets/mixins/metrics/__init__.py +++ b/sprockets/mixins/metrics/__init__.py @@ -1,3 +1,3 @@ -version_info = (3, 1, 0) +version_info = (3, 1, 1) __version__ = '.'.join(str(v) for v in version_info) __all__ = ['__version__', 'version_info'] From 57d951b0fb96c34208a0982e2fb960872e14eb97 Mon Sep 17 00:00:00 2001 From: Dan g Date: Tue, 7 Aug 2018 10:24:18 -0400 Subject: [PATCH 2/2] Update changelog message --- docs/history.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/history.rst b/docs/history.rst index d961308..f0902da 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -5,7 +5,7 @@ Release History `3.1.1`_ (07-Aug-2018) ---------------------- -- Update TCP StatsD messages to append a newline +- Fixed bad formatted TCP StatsD messages by appending a newline `3.1.0`_ (20-Jul-2018) ----------------------