Skip to content
This repository was archived by the owner on Apr 18, 2018. It is now read-only.

Commit 4e25c16

Browse files
author
Matthew Tai
committed
Bumping version number
1 parent a7a1ea7 commit 4e25c16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
v2.0.1, 2010-10-12 -- Minor bug fix release
22
* GearmanJobRequest - Combined `server_status` and `status_updates` into a shared `status` field
33
* GearmanJobRequest.status - `numerator` and `denominator` are now cast to integers
4+
* GearmanWorker.send_* - Updated to immediately send commands instead of waiting for the work select loop
45

56
v2.0.0, 2010-09-28 -- Initial release
67
v2.0.0.beta, 2010-06-15 -- Beta release

gearman/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gearman API - Client, worker, and admin client interfaces
33
"""
44

5-
__version__ = '2.0.1.development'
5+
__version__ = '2.0.1'
66

77
from gearman.admin_client import GearmanAdminClient
88
from gearman.client import GearmanClient

0 commit comments

Comments
 (0)