# HG changeset patch # User jruigrok # Date 1270646023 0 # Node ID 28feaea30fe40a28616c3ef2b6e7d565c8627c31 # Parent 52591529c3593e5fef042ae2019c3dcedf3f23fb This is 0.9.6 development. 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.5', + version = '0.9.6', description = 'Internationalization utilities', long_description = \ """A collection of tools for internationalizing Python applications.""",