From 6fff20eaeb50984b9fb9b8d8b0846d61f7d837a1 Mon Sep 17 00:00:00 2001 From: Steven K Date: Tue, 7 Dec 2021 20:36:54 +0000 Subject: [PATCH] Version Bump [skip ci] --- datatableview/__init__.py | 4 ++-- setup.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/datatableview/__init__.py b/datatableview/__init__.py index 673da73..05abea4 100644 --- a/datatableview/__init__.py +++ b/datatableview/__init__.py @@ -17,8 +17,8 @@ __name__ = "datatableview" __author__ = "Autumn Valenta" -__version_info__ = (2, 1, 9) -__version__ = "2.1.9" +__version_info__ = (2, 1, 10) +__version__ = "2.1.10" __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 index 0f21eaf..24ff1ad 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ __name__ = "datatableview" __author__ = "Autumn Valenta" -__version_info__ = (2, 1, 9) -__version__ = "2.1.9" +__version_info__ = (2, 1, 10) +__version__ = "2.1.10" __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.9", + version="2.1.10", 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 "