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,