Skip to content

Commit cb42497

Browse files
committed
0.8.0
1 parent b65bee8 commit cb42497

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.8.0
2+
3+
* Support for Django 1.6
4+
15
0.3.1
26

37
* Fixed a bug when --wsgi-app was not provided.

devserver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
__all__ = ('__version__', '__build__', '__docformat__', 'get_revision')
13-
__version__ = (0, 7, 0)
13+
__version__ = (0, 8, 0)
1414
__docformat__ = 'restructuredtext en'
1515

1616
import os

0 commit comments

Comments
 (0)