# HG changeset patch # User cmlenz # Date 1183368860 0 # Node ID 3b5390a05b1862e03bae1409574d088b599c2ea5 # Parent 1c7c254c5cb495488c691566d76fe6859e22e7f4 Bump up version number on 0.8.x branch. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ setup( name = 'Babel', - version = '0.8', + version = '0.8.2', description = 'Internationalization utilities', long_description = \ """A collection of tools for internationalizing Python applications.""",