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 264772d commit a1e73a7Copy full SHA for a1e73a7
datatableview/__init__.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
__name__ = 'datatableview'
3
__author__ = 'Tim Valenta'
4
-__version_info__ = (0, 6, 0)
+__version_info__ = (0, 6, 1)
5
__version__ = '.'.join(map(str, __version_info__))
6
__date__ = '2013/11/14 2:00:00 PM'
7
__credits__ = ['Tim Valenta', 'Steven Klass']
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup, find_packages
setup(name='django-datatable-view',
- version='0.6',
+ version='0.6.1',
8
description='This package is used in conjunction with the jQuery plugin '
9
'(http://http://datatables.net/), and supports state-saving detection'
10
' with (http://datatables.net/plug-ins/api). The package consists of '
0 commit comments