Preparing release 1.6

This commit is contained in:
Benoît Bryon 2014-03-03 14:43:28 +01:00
parent abd6d5daff
commit 7aca2833bd
3 changed files with 5 additions and 2 deletions

View file

@ -5,9 +5,11 @@ This document describes changes between past releases. For information about
future releases, check `milestones`_ and :doc:`/about/vision`.
1.6 (unreleased)
1.6 (2014-03-03)
----------------
Python 3 support, development environment refactoring.
- Feature #46: introduced support for Python>=3.3.
- Feature #80: added documentation about "how to serve a file inline VS how to

View file

@ -1 +1 @@
1.6.dev0
1.6

View file

@ -22,6 +22,7 @@ URL = 'https://{name}.readthedocs.org/'.format(name=NAME)
CLASSIFIERS = ['Development Status :: 4 - Beta',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Framework :: Django']
KEYWORDS = ['file',
'stream',