From f4ee0835bc6677fbe82b15e1278378800cc9a111 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 23 Jun 2011 03:25:44 -0400 Subject: [PATCH] prep for 0.9.3 --- CHANGES.txt | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ba28756..4679894 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,8 @@ Changes ======= -Next release ------------- +0.9.3 (2011-06-23) +------------------ - Add ``Time`` type. diff --git a/docs/conf.py b/docs/conf.py index b788d39..be1073c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ copyright = '2010, Agendaless Consulting ' # other places throughout the built documents. # # The short X.Y version. -version = '0.9.2' +version = '0.9.3' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index a61041e..9f2a215 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ except: requires = ['iso8601', 'translationstring'] setup(name='colander', - version='0.9.2', + version='0.9.3', description=('A simple schema-based serialization and deserialization ' 'library'), long_description=README + '\n\n' + CHANGES,