Skip to content

Commit

Permalink
Version bump 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Apr 23, 2014
1 parent 35d6999 commit 6064c55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
0.0.9 Bugfixes on Task

0.0.8 Removed Queue and DynamicState, Added Task

0.0.7 Made Queue's deque public.

0.0.6 Added a simple queue system.
Expand Down
2 changes: 1 addition & 1 deletion signalslot/__init__.py
@@ -1,4 +1,4 @@
from .signal import Signal
from .exceptions import *

__version__ = '0.0.8'
__version__ = '0.0.9'

0 comments on commit 6064c55

Please sign in to comment.