We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a176cf commit 1a1ac73Copy full SHA for 1a1ac73
HISTORY.md
@@ -1,3 +1,9 @@
1
+## 0.3.1 (2009-12-16)
2
+
3
+* minor bug fix in worker.py
4
+* merged in some setup.py niceties from dsc fork
5
+* merged in better README info from dsc fork
6
7
## 0.3.0 (2009-12-10)
8
9
* updated setup.py
pyres/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.3.0'
+__version__ = '0.3.1'
from redis import Redis
import simplejson
setup.py
@@ -2,8 +2,8 @@
setup(
name='PyRes',
- version='0.3.0',
- description='Python Resque Job',
+ version='0.3.1',
+ description='Python Resque clone',
author='Matt George',
author_email='[email protected]',
url='http://github.com/binarydud/pyres',
0 commit comments