Release 0.4.5.

This commit is contained in:
Vincent Driessen 2014-05-08 13:56:57 +02:00
parent f3058faa36
commit 0fbc9e4851
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
### 0.4.5
(May 8th, 2014)
- Fix where rqworker broke on Python 2.6. Thanks, Marko!
### 0.4.4
(May 7th, 2014)

View File

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import (absolute_import, division, print_function,
unicode_literals)
VERSION = '0.4.4'
VERSION = '0.4.5'