mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-24 07:03:48 +00:00
Update CHANGES.py, bump version number.
This commit is contained in:
parent
2f69881e14
commit
5fb5d68fb5
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
0.9.1
|
||||
-----
|
||||
* Added support for django.contrib.postres.fields.ArrayField
|
||||
serialization.
|
||||
|
||||
0.9.0
|
||||
-----
|
||||
* Added Django 1.8 compatibility. The current implementation has a
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-ddp',
|
||||
version='0.9.0',
|
||||
version='0.9.1',
|
||||
description=__doc__,
|
||||
long_description=open('README.rst').read(),
|
||||
author='Tyson Clugg',
|
||||
|
|
|
|||
Loading…
Reference in a new issue