# HG changeset patch # User jruigrok # Date 1270555912 0 # Node ID 430a987dc1e6fc6c1cc8decb200935c963ad4304 # Parent c139e487a885b659869f3aee2b885e310199c1a9 This is version 0.9.5. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name = 'Babel', - version = '0.9.4', + version = '0.9.5', description = 'Internationalization utilities', long_description = \ """A collection of tools for internationalizing Python applications.""",