From c587f76a11eb90db844a97ff6db4e3b6b76d9b30 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 13 Jan 2012 15:23:04 -0500 Subject: [PATCH] prep for 0.9.5 --- 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 f224f21..c8b68a9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,8 @@ Changes ======= -0.9.5 ------ +0.9.5 (2012-01-13) +------------------ - Added Czech translation. diff --git a/docs/conf.py b/docs/conf.py index ed19247..469d059 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.4' +version = '0.9.5' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 6304751..e29d8b2 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ except: requires = ['iso8601', 'translationstring'] setup(name='colander', - version='0.9.4', + version='0.9.5', description=('A simple schema-based serialization and deserialization ' 'library'), long_description=README + '\n\n' + CHANGES,