# HG changeset patch # User cmlenz # Date 1189160176 0 # Node ID f064bd5e010838fb4395321dc0c1efddfb2a9490 # Parent 05fe2d0b1354bbf4cb8e65ec00e995ed8c441d7d Bumped up version number on 0.9.x branch. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/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.""",