Release 0.4.4.

main
Vincent Driessen 11 years ago
parent 83382f51d0
commit 972b367af4

@ -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)

@ -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'

Loading…
Cancel
Save