From ba571a4352e8fff4b33e6a5f0c02f3f25d11da56 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 26 Feb 2016 00:47:42 -0800 Subject: [PATCH] - remove 3.2/add 3.5 to docs (https://github.com/Pylons/colander/pull/252#issuecomment-188266016) - sign contributors --- CONTRIBUTORS.txt | 1 + README.rst | 6 +++--- docs/index.rst | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 08afa85..7b9c5c1 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -133,3 +133,4 @@ Contributors - Tinne Cahy, 2015/12/22 - Antti Haapala, 2016/01/17 - Bert JW Regeer, 2016/02/16 +- Steve Piercy, 2016/02/26 diff --git a/README.rst b/README.rst index 2c08ca1..3e0b4f8 100644 --- a/README.rst +++ b/README.rst @@ -16,10 +16,10 @@ An extensible package which can be used to: - serialize an arbitrary data structure to a data structure composed of strings, mappings, and lists. -It runs on Python 2.6, 2.7, 3.2, 3.3, 3.4, and 3.5, and on current PyPy -and PyPy3 versions. +It runs on Python 2.6, 2.7, 3.3, 3.4, and 3.5, and on current PyPy and PyPy3 +versions. Please see http://docs.pylonsproject.org/projects/colander/en/latest/ -for further documentation. +for documentation. See https://github.com/Pylons/colander for in-development version. diff --git a/docs/index.rst b/docs/index.rst index ce41c4b..40e91bf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ Colander Colander is useful as a system for validating and deserializing data obtained via XML, JSON, an HTML form post or any other equally simple data -serialization. It runs on Python 2.6, 2.7, 3.2, 3.3, 3.4, pypy and pypy3. +serialization. It runs on Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy, and pypy3. Colander can be used to: - Define a data schema.