Update CHANGES.rst, bump version number.

This commit is contained in:
Tyson Clugg 2015-07-03 12:55:22 +10:00
parent ebc8be6e3b
commit 926c1ccd23
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
Change Log
==========
0.9.5
-----
* Include array of `permissions` on User publication.
0.9.4
-----
* Use mimetypes module to correctly guess mime types for Meteor files

View file

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