File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 66* Alex Ezell
77* Michael Russo
88* Whit Morris
9+ * Joe Shaw
910
10- Inspired by Resque, by Chris Wanstrath
11+ Inspired by Resque, by Chris Wanstrath
Original file line number Diff line number Diff line change 1+ ##1 .1 (2011-06-16)
2+ * api change based on redis-py
3+ * setproctitle requirements fix
4+ * change exception logging in worker
5+
16##1 .0.1 (2011-04-12)
27* fixed bug with tempaltes and media in resweb
38* call to redis-py disconnect was failing, switched to connection.disconnect
Original file line number Diff line number Diff line change 1- __version__ = '1.0. 1'
1+ __version__ = '1.1'
22
33from redis import Redis
44import pyres .json_parser as json
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- version = '1.0. 1'
3+ version = '1.1'
44
55setup (
66 name = 'pyres' ,
2727 'itty>=0.6.2' ,
2828 'redis>=1.34.1' ,
2929 'pystache>=0.1.0' ,
30- 'setproctitle= =1.0'
30+ 'setproctitle> =1.0'
3131 ],
3232 classifiers = [
3333 'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments