Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Dec 12, 2012
1 parent edbfdff commit c3a5b8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changes
=======

v1.0.1 (in development)
=======================
v1.0.1 (2012-12-12)
===================

- Name the threads of :class:`pykka.ThreadingActor` after the actor class name
instead of "PykkaThreadingActor-N" to ease debugging. (Fixes: :issue:`12`)
Expand Down
2 changes: 1 addition & 1 deletion pykka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


#: Pykka's :pep:`386` and :pep:`396` compatible version number
__version__ = '1.0.0'
__version__ = '1.0.1'


def _add_null_handler_for_logging():
Expand Down

0 comments on commit c3a5b8f

Please sign in to comment.