From 0f200da2417c821063fedf1663cf4397f84b209e Mon Sep 17 00:00:00 2001 From: Steven K Date: Sat, 27 Jan 2024 03:47:52 +0000 Subject: [PATCH] Version Bump [skip ci] --- django_states/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/django_states/__init__.py b/django_states/__init__.py index e9702aa..a89456d 100644 --- a/django_states/__init__.py +++ b/django_states/__init__.py @@ -8,8 +8,8 @@ __name__ = "django_states" __author__ = "Pivotal Energy Solutions" -__version_info__ = (1, 7, 31) -__version__ = "1.7.31" +__version_info__ = (1, 7, 32) +__version__ = "1.7.32" __date__ = "2014/07/22 4:47:00 PM" __credits__ = [ "Jonathan Slenders",