Skip to content

Commit f7f7fbc

Browse files
Matt Georgefakechris
authored andcommitted
updated to version 0.2.0
1 parent edd5b5d commit f7f7fbc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.2.0'
22

33
from redis import Redis
44
import simplejson

0 commit comments

Comments
 (0)