# HG changeset patch # User cmlenz # Date 1183368860 0 # Node ID 79565db4faf0a27d023d3ad2725fa6a0c680b4e9 # Parent 650c31f9437dd902afb82d9f606e998e0fe24ec8 Bump up version number on 0.8.x branch. diff --git a/0.8.x/setup.py b/0.8.x/setup.py --- a/0.8.x/setup.py +++ b/0.8.x/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.""",