mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Preparing release 1.7
This commit is contained in:
parent
cfc57c19f0
commit
652e5de854
3 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ This document describes changes between past releases. For information about
|
|||
future releases, check `milestones`_ and :doc:`/about/vision`.
|
||||
|
||||
|
||||
1.7 (unreleased)
|
||||
1.7 (2015-06-13)
|
||||
----------------
|
||||
|
||||
- Bugfix #87 - Filenames with commas are now supported. In download responses,
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.7.dev0
|
||||
1.7
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -51,6 +51,7 @@ whitelist_externals =
|
|||
mkdir
|
||||
|
||||
[testenv:release]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
wheel
|
||||
zest.releaser
|
||||
|
|
|
|||
Loading…
Reference in a new issue