File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11## Authors
22* Matt George
33* Chris Song
4+ * yashh
5+ * dsc
46
57Inspired by Resque, by Chris Wanstrath
Original file line number Diff line number Diff line change 1+ ## 0.5.0 (2010-0114)
2+
3+ * added new documentation to the project
4+ * update setup.py
5+ * preparing for semantic versioning
6+
17## 0.4.1 (2010-01-06)
28
39* fixed issue with new failure package in distutils sdist
Original file line number Diff line number Diff line change 1- __version__ = '0.4.1 '
1+ __version__ = '0.5.0 '
22
33from redis import Redis
44import simplejson
Original file line number Diff line number Diff line change 22 from setuptools import setup
33except ImportError :
44 from distutils .core import setup
5- version = '0.4.1 '
5+ version = '0.5.0 '
66setup (
77 name = 'pyres' ,
88 version = version ,
You can’t perform that action at this time.
0 commit comments