Release 0.4.4.

This commit is contained in:
Vincent Driessen 2014-05-07 20:49:48 +02:00
parent 83382f51d0
commit 972b367af4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
### 0.4.4
(May 7th, 2014)
- Properly declare redis dependency.
- Fix a NameError regression that was introduced in 0.4.3.
### 0.4.3
(May 6th, 2014)

View File

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