Skip to content

Commit

Permalink
Bump to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Apr 27, 2017
1 parent 35a7625 commit a81a35a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
Release History
===============

0.5.0
-----
* Support for Django-1.11.

0.4.8
-----
* Support Redis connections over Unix Domain Sockets.
Expand Down
2 changes: 1 addition & 1 deletion ws4redis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.4.8'
__version__ = '0.5.0'

0 comments on commit a81a35a

Please sign in to comment.