Skip to content

Commit

Permalink
Version bump 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Mar 25, 2014
1 parent c420933 commit 9cc7833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
0.0.6 Added a simple queue system.

0.0.5 Use a descriptor for DynamicState.fetch_attribute to avoid conflicts.

0.0.4 Added signalslot.contrib.dynamic_state.
Expand Down
2 changes: 1 addition & 1 deletion signalslot/__init__.py
Expand Up @@ -2,4 +2,4 @@
from .queue import Queue
from .exceptions import *

__version__ = '0.0.5'
__version__ = '0.0.6'

0 comments on commit 9cc7833

Please sign in to comment.