Version bump, changelog update

This commit is contained in:
Dan g 2018-08-07 10:19:50 -04:00
parent 3491f853db
commit ba4cc72366
2 changed files with 5 additions and 2 deletions

View file

@ -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.

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