mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 11:19:26 +00:00
Bump the version, license year
This commit is contained in:
parent
7ef88a34ae
commit
1868d40e63
3 changed files with 4 additions and 4 deletions
2
LICENSE
2
LICENSE
|
@ -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,
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue