From 30e9858e6e97fd022cfbc802e2f798d3bf86f3cd Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Mon, 16 Sep 2024 17:15:45 +0200 Subject: [PATCH] Bump to version 1.5.3 --- formset/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formset/__init__.py b/formset/__init__.py index e6978a9..c6aa8fe 100644 --- a/formset/__init__.py +++ b/formset/__init__.py @@ -1,2 +1,2 @@ -VERSION = 1, 5, 2 +VERSION = 1, 5, 3 __version__ = '.'.join(map(str, VERSION))