From ed5bf7371511a63bce8208324a793e49f0ded86f Mon Sep 17 00:00:00 2001 From: staticdev Date: Wed, 17 Jun 2020 20:33:39 -0300 Subject: [PATCH] 2.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c4251c..58f0528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-sorting-bootstrap" -version = "2.4.0" +version = "2.4.1" description = "Sorting templates API using sorting-bootstrap templatetags and Bootstrap classes." authors = ["Thiago Carvalho D'Ávila "] license = "MIT"