From c3359649b455a24a683f60b41737503793480c6d Mon Sep 17 00:00:00 2001 From: Steven K Date: Tue, 23 Nov 2021 18:32:38 +0000 Subject: [PATCH] Version Bump [skip ci] --- datatableview/__init__.py | 4 ++-- setup.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 setup.py diff --git a/datatableview/__init__.py b/datatableview/__init__.py index 796f97f..4701135 100644 --- a/datatableview/__init__.py +++ b/datatableview/__init__.py @@ -17,8 +17,8 @@ __name__ = "datatableview" __author__ = "Autumn Valenta" -__version_info__ = (2, 1, 6) -__version__ = "2.1.6" +__version_info__ = (2, 1, 7) +__version__ = "2.1.7" __date__ = "2013/11/14 2:00:00 PM" __credits__ = ["Autumn Valenta", "Steven Klass"] __license__ = "See the file LICENSE.txt for licensing information." diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 5740d5a..5f48c0a --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ __name__ = "datatableview" __author__ = "Autumn Valenta" -__version_info__ = (2, 1, 6) -__version__ = "2.1.6" +__version_info__ = (2, 1, 7) +__version__ = "2.1.7" __date__ = "2013/11/14 2:00:00 PM" __credits__ = ["Autumn Valenta", "Steven Klass"] __license__ = "See the file LICENSE.txt for licensing information." @@ -17,7 +17,7 @@ setup( name="django-datatable-view", - version="2.1.6", + version="2.1.7", description="This package is used in conjunction with the jQuery plugin " "(http://http://datatables.net/), and supports state-saving detection" " with (http://datatables.net/plug-ins/api). The package consists of "