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.
2 parents 00214e3 + f7f7fbc commit 6cfa8d4Copy full SHA for 6cfa8d4
HISTORY.md
@@ -0,0 +1,9 @@
1
+## 0.2.0 (2009-12-09)
2
+
3
+* Better web interface via resweb
4
+* Updated the api to be more inline with resque
5
+* More tests.
6
7
+## 0.1.0 (2009-12-01)
8
9
+* First release.
src/pyres/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.1.0'
+__version__ = '0.2.0'
from redis import Redis
import simplejson
0 commit comments