Merge tag '0.17.1' into develop

0.17.1
This commit is contained in:
Tyson Clugg 2015-10-14 03:02:43 +11:00
commit 741111159c
3 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,10 @@
Change Log
==========
0.17.1
------
* Fix minor issue where some subscription queries still used slow queries.
0.17.0
------
* Make the SQL for subscriptions much faster for PostgreSQL.

View file

@ -58,7 +58,7 @@ copyright = u'2015, Tyson Clugg'
# The short X.Y version.
version = '0.17'
# The full version, including alpha/beta/rc tags.
release = '0.17.0'
release = '0.17.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -44,7 +44,7 @@ CLASSIFIERS = [
setup(
name='django-ddp',
version='0.17.0',
version='0.17.1',
description=__doc__,
long_description=open('README.rst').read(),
author='Tyson Clugg',