mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Preparing release 1.6
This commit is contained in:
parent
abd6d5daff
commit
7aca2833bd
3 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.6.dev0
|
||||
1.6
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue