Skip to content

Commit 1a1ac73

Browse files
author
Matt George
committed
minor release of some documentation and bugfixes
1 parent 9a176cf commit 1a1ac73

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 0.3.0 (2009-12-10)
28

39
* updated setup.py

pyres/__init__.py

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

33
from redis import Redis
44
import simplejson

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
setup(
44
name='PyRes',
5-
version='0.3.0',
6-
description='Python Resque Job',
5+
version='0.3.1',
6+
description='Python Resque clone',
77
author='Matt George',
88
author_email='[email protected]',
99
url='http://github.com/binarydud/pyres',

0 commit comments

Comments
 (0)