From 6a32ffbf985b10626f2d6dc2ae79676dcb0ddf81 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Mon, 20 May 2013 17:12:25 +0200 Subject: [PATCH] Docs: mention python 3 support --- docs/changelog.rst | 7 +++++++ docs/contributing.rst | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 523545a..d4e1f90 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Changelog ========== +Version 0.5 (dev) +-------------------------- + +* Add Python 3 support +* Fix errors with ContentType objects that don't refer to an existing model. + + Version 0.4.2 (2013-04-10) -------------------------- diff --git a/docs/contributing.rst b/docs/contributing.rst index 9f6ce9a..26f10f7 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -24,8 +24,7 @@ The Python versions need to be installed at your system. On Linux, download the versions at http://www.python.org/download/releases/. On MacOS X, use Homebrew_ to install other Python versions. -We currently support Python 2.6 and 2.7. -Python 3.3 support is being worked on. +We currently support Python 2.6, 2.7 and 3.3. Example project