# HG changeset patch # User jruigrok # Date 1270646023 0 # Node ID ecac4106211e4f9f829dc0b45090a577eebd8cc1 # Parent fe5e8738af1d2966c181709ca5df557204553996 This is 0.9.6 development. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/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.""",