diff --git a/datatableview/__init__.py b/datatableview/__init__.py index 7a2ace4..45c9478 100644 --- a/datatableview/__init__.py +++ b/datatableview/__init__.py @@ -17,8 +17,8 @@ __name__ = "datatableview" __author__ = "Autumn Valenta" -__version_info__ = (2, 1, 11) -__version__ = "2.1.11" +__version_info__ = (2, 1, 12) +__version__ = "2.1.12" __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 a26c75d..cd0d2b8 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ __name__ = "datatableview" __author__ = "Autumn Valenta" -__version_info__ = (2, 1, 11) -__version__ = "2.1.11" +__version_info__ = (2, 1, 12) +__version__ = "2.1.12" __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.11", + version="2.1.12", 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 "