Merge pull request #28 from ezhidblr/MOBILE-9146-add-statsd-tcp

Version bump, changelog update
This commit is contained in:
Andrew Rabert 2018-08-07 10:24:48 -04:00 committed by GitHub
commit f18809b825
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -3,6 +3,10 @@
Release History
===============
`3.1.1`_ (07-Aug-2018)
----------------------
- Fixed bad formatted TCP StatsD messages by appending 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.

View file

@ -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']