Release django_openstack_auth 1.4.0

Includes support for Django 1.8 and support for configurable
token hashing.

Fixes PKI hashing bug. PKI token hashing will work again.

Change-Id: I991efe61696c3e22025a8be666771013139444ce
This commit is contained in:
David Lyle 2015-08-19 10:00:38 -06:00 committed by David Lyle
parent 0e9a48948d
commit 05b30e8bcb

View File

@ -9,3 +9,11 @@ releases:
projects:
- repo: openstack/django_openstack_auth
hash: 08713e4ca9eca7f30494fa3d9da34c84ace919e3
- version: 1.4.0
projects:
- repo: openstack/django_openstack_auth
hash: 829cbee14e200fd127ec4f0e0f4d743102d8e9d1
highlights: >
This release includes support for Django 1.8
and configurable token hashing. Fixes PKI token
hashing bug.