Bump to 0.9.1.

This commit is contained in:
Alec Thomas 2014-10-10 16:17:12 +11:00
parent d8a06b4b5b
commit c4a1354dc0
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Injector Change Log Injector Change Log
=================== ===================
0.9.1
-----
- Bug fix release.
0.9.0 0.9.0
----- -----

View File

@ -34,7 +34,7 @@ except AttributeError:
pass pass
__author__ = 'Alec Thomas <alec@swapoff.org>' __author__ = 'Alec Thomas <alec@swapoff.org>'
__version__ = '0.9.0' __version__ = '0.9.1'
__version_tag__ = '' __version_tag__ = ''
log = logging.getLogger('injector') log = logging.getLogger('injector')