From de7facd1a4968483d415dfe60d17548da4bf7316 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 28 Mar 2011 21:46:27 -0400 Subject: [PATCH] prep for 0.9.2 --- 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 7d7c237..5e46a3e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,8 @@ Changes ======= -Next release ------------- +0.9.2 (2011-03-28) +------------------ - Added Polish translation, thanks to Jędrzej Nowak. diff --git a/docs/conf.py b/docs/conf.py index 136e1a5..bf5d76e 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.1' +version = '0.9.2' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 2202a57..a61041e 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ except: requires = ['iso8601', 'translationstring'] setup(name='colander', - version='0.9.1', + version='0.9.2', description=('A simple schema-based serialization and deserialization ' 'library'), long_description=README + '\n\n' + CHANGES,