From 4a9424a5c7e105355fc7188472b73ea7fe74b8dc Mon Sep 17 00:00:00 2001 From: staticdev Date: Fri, 15 Jan 2021 22:47:45 +0100 Subject: [PATCH] 2.4.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4c3b39..8e4cfa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-pagination-bootstrap" -version = "2.4.2" +version = "2.4.3" description = "Easy add pagination in Django, using Bootstrap's layout." authors = ["Thiago Carvalho D'Ávila "] license = "MIT"