Skip to content

Commit 3ade44c

Browse files
author
Matt George
committed
updating version information
Adding retry jobs information
1 parent 1b692b2 commit 3ade44c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.7.5 (2010-03-18)
2+
* added feature to retry jobs based on a class attribute
3+
14
## 0.7.1 (2010-03-16)
25
* bug fix for pruning workers.
36

pyres/__init__.py

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

33
from redis import Redis
44
import pyres.json_parser as json

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version='0.7.1'
3+
version='0.7.5'
44
setup(
55
name='pyres',
66
version=version,

0 commit comments

Comments
 (0)