We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb236f2 commit 7df2921Copy full SHA for 7df2921
setup.py
@@ -6,8 +6,8 @@
6
7
setup_args = dict(
8
name='django-query-to-table',
9
- version='0.1.9',
10
- description='A simple to use Django package to turn your sql query into a beautiful reporting html table',
+ version='1.0.0',
+ description='A simple to use Django package to turn your queryset and sql query into a beautiful reporting html table',
11
long_description_content_type="text/markdown",
12
long_description=README,
13
license='GNU',
0 commit comments