Skip to content

Commit

Permalink
Version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Sep 8, 2015
1 parent 48d6f63 commit c6527be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ Django Channels

This is a work-in-progress code branch of Django implemented as a third-party
app, which aims to bring some asynchrony to Django and expand the options
for code beyond the request-response model.
for code beyond the request-response model, in particular enabling WebSocket,
HTTP2 push, and background task support.

This is still **pre-alpha** software, and you use it at your own risk; the
API is not yet stable.
This is still **beta** software: the API is mostly settled, but might change
a bit as things develop.

Documentation, installation and getting started instructions are at
http://channels.readthedocs.org
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

setup(
name='channels',
version="0.1.1",
version="0.7",
url='http://github.com/andrewgodwin/django-channels',
author='Andrew Godwin',
author_email='andrew@aeracode.org',
description="Brings event-driven capabilities to Django with a channel system. Django 1.8 and up only.",
description="Brings event-driven capabilities to Django with a channel system. Django 1.7 and up only.",
license='BSD',
packages=find_packages(),
include_package_data=True,
Expand Down

1 comment on commit c6527be

@nemesifier
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.