Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Bump version number to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Oct 4, 2016
1 parent a32f676 commit 279a935
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6.1'
version = '0.7.0'
# The full version, including alpha/beta/rc tags.
release = '0.6.1'
release = '0.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -139,7 +139,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = 'django-channels v0.6.1'
# html_title = 'django-channels v0.7.0'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

setup(
name='django-channels',
version='0.6.1',
version='0.7.0',
packages=['channels', 'channels.backends'],
include_package_data=True,
license='MIT',
Expand Down

0 comments on commit 279a935

Please sign in to comment.