We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc0353 commit 233cee4Copy full SHA for 233cee4
setup.py
@@ -6,7 +6,7 @@
6
setup(
7
name='django-elasticsearch-debug-toolbar',
8
packages=find_packages(),
9
- version='1.0.4',
+ version='1.1.0',
10
description='A Django Debug Toolbar panel for Elasticsearch',
11
long_description=open('README.md').read(),
12
author='Benoit Chabord',
@@ -24,4 +24,4 @@
24
'Programming Language :: Python :: 2.7',
25
],
26
test_suite='nose.collector',
27
-)
+)
0 commit comments