From ea938cda39b78be1f58ac9f91980b5e68a7d050f Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 28 Dec 2023 23:41:41 +0000 Subject: [PATCH] Version Bump [skip ci] --- bootstrap_templatetags/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap_templatetags/__init__.py b/bootstrap_templatetags/__init__.py index 95aa578..ef4b88a 100644 --- a/bootstrap_templatetags/__init__.py +++ b/bootstrap_templatetags/__init__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- __name__ = "bootstrap_templatetags" __author__ = "Pivotal Energy Solutions" -__version_info__ = (2, 1, 28) -__version__ = "2.1.28" +__version_info__ = (2, 1, 29) +__version__ = "2.1.29" __date__ = "2013/07/8 9:47:00 AM" __credits__ = ["Tim Valenta", "Steven Klass"]