Release 1.1.0

This commit is contained in:
Dave Shawley 2016-02-11 14:45:09 -05:00
parent 40915915db
commit 4278f513bb
2 changed files with 3 additions and 3 deletions

View file

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

View file

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