Release 0.5.0
- Python 3 compatibility thanks to @didrocks. - Allow unicode keys to Key(). - Add @threadlocal scope. - Add @with_injector method decorator for helping with test boilerplate.
This commit is contained in:
commit
c70ed6be7d
|
@ -23,7 +23,7 @@ import threading
|
|||
|
||||
|
||||
__author__ = 'Alec Thomas <alec@swapoff.org>'
|
||||
__version__ = '0.4.3'
|
||||
__version__ = '0.5.0'
|
||||
__version_tag__ = ''
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue