mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-01 12:14:55 +00:00
Bump version number, update CHANGES.rst
This commit is contained in:
parent
35b8b001aa
commit
8fe7cfb3e2
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
0.9.3
|
||||
-----
|
||||
* Include ROOT_URL_PATH_PREFIX in ROOT_URL when serving Meteor build
|
||||
files.
|
||||
|
||||
0.9.2
|
||||
-----
|
||||
* Use HTTPS for DDP URL if settings.SECURE_SSL_REDIRECT is set.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-ddp',
|
||||
version='0.9.2',
|
||||
version='0.9.3',
|
||||
description=__doc__,
|
||||
long_description=open('README.rst').read(),
|
||||
author='Tyson Clugg',
|
||||
|
|
|
|||
Loading…
Reference in a new issue