From 7aca2833bdc36045af9d2e7838af86b5541a0e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bryon?= Date: Mon, 3 Mar 2014 14:43:28 +0100 Subject: [PATCH] Preparing release 1.6 --- CHANGELOG | 4 +++- VERSION | 2 +- setup.py | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1b1b1d2..ed16677 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/VERSION b/VERSION index e8637af..810ee4e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.dev0 +1.6 diff --git a/setup.py b/setup.py index d6f037b..4d86e50 100644 --- a/setup.py +++ b/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',