Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Tai committed Oct 13, 2010
1 parent a7a1ea7 commit 4e25c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,7 @@
v2.0.1, 2010-10-12 -- Minor bug fix release v2.0.1, 2010-10-12 -- Minor bug fix release
* GearmanJobRequest - Combined `server_status` and `status_updates` into a shared `status` field * GearmanJobRequest - Combined `server_status` and `status_updates` into a shared `status` field
* GearmanJobRequest.status - `numerator` and `denominator` are now cast to integers * GearmanJobRequest.status - `numerator` and `denominator` are now cast to integers
* GearmanWorker.send_* - Updated to immediately send commands instead of waiting for the work select loop


v2.0.0, 2010-09-28 -- Initial release v2.0.0, 2010-09-28 -- Initial release
v2.0.0.beta, 2010-06-15 -- Beta release v2.0.0.beta, 2010-06-15 -- Beta release
2 changes: 1 addition & 1 deletion gearman/__init__.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Gearman API - Client, worker, and admin client interfaces Gearman API - Client, worker, and admin client interfaces
""" """


__version__ = '2.0.1.development' __version__ = '2.0.1'


from gearman.admin_client import GearmanAdminClient from gearman.admin_client import GearmanAdminClient
from gearman.client import GearmanClient from gearman.client import GearmanClient
Expand Down

0 comments on commit 4e25c16

Please sign in to comment.