# HG changeset patch # User jruigrok # Date 1270555912 0 # Node ID 1e82abf5559bcc676a1329897d1886d05fd933e0 # Parent 33d70d3dd09a064639bf1f4c85a4c5bf6dfc6639 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.""",