File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
__name__ = 'datatableview'
3
3
__author__ = 'Tim Valenta'
4
- __version_info__ = (0 , 6 , 5 )
4
+ __version_info__ = (0 , 7 , 0 )
5
5
__version__ = '.' .join (map (str , __version_info__ ))
6
6
__date__ = '2013/11/14 2:00:00 PM'
7
7
__credits__ = ['Tim Valenta' , 'Steven Klass' ]
Original file line number Diff line number Diff line change 4
4
from setuptools import setup , find_packages
5
5
6
6
setup (name = 'django-datatable-view' ,
7
- version = '0.6.5 ' ,
7
+ version = '0.7.0 ' ,
8
8
description = 'This package is used in conjunction with the jQuery plugin '
9
9
'(http://http://datatables.net/), and supports state-saving detection'
10
10
' with (http://datatables.net/plug-ins/api). The package consists of '
13
13
author = 'Tim Valenta' ,
14
14
15
15
url = 'https://github.com/pivotal-energy-solutions/django-datatable-view' ,
16
- download_url = 'https://github.com/pivotal-energy-solutions/django-datatable-view/tarball/django-datatable-view-0.5.3 ' ,
16
+ download_url = 'https://github.com/pivotal-energy-solutions/django-datatable-view/tarball/django-datatable-view-0.7.0 ' ,
17
17
license = 'Apache License (2.0)' ,
18
18
classifiers = [
19
19
'Development Status :: 2 - Pre-Alpha' ,
You can’t perform that action at this time.
0 commit comments