Bump the version, license year

This commit is contained in:
Gavin M. Roy 2018-01-29 11:27:56 -05:00
parent 7ef88a34ae
commit 1868d40e63
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Copyright (c) 2015-2017 AWeber Communications
Copyright (c) 2015-2018 AWeber Communications
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,

View file

@ -3,8 +3,8 @@
Release History
===============
`Next Release`_
---------------
`1.5.0`_ (29 Jan 2018)
----------------------
- Enable port reuse for Tornado versions newer than 4.3.
`1.4.2`_ (25 Jan 2018)

View file

@ -3,7 +3,7 @@ import logging.config
import os
version_info = (1, 4, 2)
version_info = (1, 5, 0)
__version__ = '.'.join(str(v) for v in version_info)