mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 19:29:28 +00:00
Release 1.1.0
This commit is contained in:
parent
40915915db
commit
4278f513bb
2 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
|||
Release History
|
||||
===============
|
||||
|
||||
`Next Release`_
|
||||
---------------
|
||||
`1.1.0`_ (11 Feb 2016)
|
||||
----------------------
|
||||
- Add support for the ``before_run`` callback set.
|
||||
|
||||
`1.0.2`_ (10 Dec 2015)
|
||||
|
|
|
@ -2,7 +2,7 @@ import logging
|
|||
import os
|
||||
|
||||
|
||||
version_info = (1, 0, 2)
|
||||
version_info = (1, 1, 0)
|
||||
__version__ = '.'.join(str(v) for v in version_info)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue