diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2013-01-28 09:11:17 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2013-01-28 09:11:17 +0100 |
| commit | 446b41c126ed6fc8457d152f9e2b7a10dd87656e (patch) | |
| tree | 6dc7c90c452062dbbc9917261b5e9ca189cad158 | |
| parent | ac75970f574460480ebb4a287c27a5ed60816977 (diff) | |
| download | unidecode-446b41c126ed6fc8457d152f9e2b7a10dd87656e.tar.gz | |
Increased version to 0.04.12release-0.04.12
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2013-01-28 unidecode 0.04.12 + + * Tests now pass on Python 2.7. + * Make argument type warning refer to unidecode()'s caller. + 2013-01-17 unidecode 0.04.11 * Issue a warning on Python 2.x if an object that is not an instance of @@ -32,7 +32,7 @@ class TestCommand(Command): result = unittest.TextTestRunner(verbosity=2).run(suite) setup(name='Unidecode', - version='0.04.11', + version='0.04.12', description='ASCII transliterations of Unicode text', license='GPL', long_description=open("README").read(), |
