Bump version, update CHANGES.rst.

This commit is contained in:
Tyson Clugg 2015-06-22 04:16:18 +10:00
parent fd0cd2023a
commit 4dc9bc5e60
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
Change Log
==========
0.9.2
-----
* Use HTTPS for DDP URL if settings.SECURE_SSL_REDIRECT is set.
0.9.1
-----
* Added support for django.contrib.postres.fields.ArrayField

View file

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name='django-ddp',
version='0.9.1',
version='0.9.2',
description=__doc__,
long_description=open('README.rst').read(),
author='Tyson Clugg',