diff options
| author | Aymeric Augustin | 2014-04-25 21:59:09 +0200 |
|---|---|---|
| committer | Aymeric Augustin | 2014-04-25 21:59:09 +0200 |
| commit | be12fc41dc841f8e35823dab8748c8757887a368 (patch) | |
| tree | 67af29ab48fdfc2c2fae8aad87d6706c59c3a24c /setup.py | |
| parent | 9285a60a6940241df29e7f82d4781afda488df98 (diff) | |
| download | django-debug-toolbar-be12fc41dc841f8e35823dab8748c8757887a368.tar.bz2 | |
Bump version number.1.2
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ from io import open setup( name='django-debug-toolbar', - version='1.1', + version='1.2', description='A configurable set of panels that display various debug ' 'information about the current request/response.', long_description=open('README.rst', encoding='utf-8').read(), @@ -33,6 +33,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Software Development :: Libraries :: Python Modules', ], ) |
