Skip to content

Commit

Permalink
Bump 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliim committed Jun 22, 2015
1 parent 51b7b82 commit 8ab11ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG
@@ -1,6 +1,8 @@
0.0.11: Support for Python 3.4
0.1.0 Thread safety. Slot class.

0.0.10: Added a name property to Signal for logging purposes
0.0.11 Support for Python 3.4

0.0.10 Added a name property to Signal for logging purposes

0.0.9 Bugfixes on Task

Expand Down
2 changes: 1 addition & 1 deletion signalslot/__init__.py
Expand Up @@ -8,4 +8,4 @@

from .exceptions import *

__version__ = '0.0.11'
__version__ = '0.1.0'

0 comments on commit 8ab11ba

Please sign in to comment.