# HG changeset patch # User cmlenz # Date 1189160176 0 # Node ID f040cbe565b27258ff823a2c7c23b5dc015a75e5 # Parent 8bad21ef7bf2025d20d1e11b79d175d351779176 Bumped up version number on 0.9.x branch. diff --git a/0.9.x/setup.py b/0.9.x/setup.py --- a/0.9.x/setup.py +++ b/0.9.x/setup.py @@ -31,7 +31,7 @@ setup( name = 'Babel', - version = '0.9.1', + version = '0.9.2', description = 'Internationalization utilities', long_description = \ """A collection of tools for internationalizing Python applications.""",