Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Commit 97cc4c7

Browse files
author
Matt George
committed
1.4.2 release
1 parent d936b45 commit 97cc4c7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

HISTORY.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##1.4.2 (2013-06-21)
2+
* __str__ returns correctly with dsn
3+
* worker_pids returns correct set of workers
4+
* workers are re-registered on every job
5+
* add exception metadata for after_perform method
6+
* logger no longer overrides root logger
7+
* support for redis db in dsn
8+
19
##1.4.1 (2012-07-30)
210
* fix for non existent system signal for linux
311
* cleanup of setup.py and requirements

pyres/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.4.1'
1+
__version__ = '1.4.2'
22

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version='1.4.1'
3+
version='1.4.2'
44
setup(
55
name='pyres',
66
version=version,

0 commit comments

Comments
 (0)